diff --git a/Community/Community.md b/Community/Community.md new file mode 100644 index 0000000..ff8ae4e --- /dev/null +++ b/Community/Community.md @@ -0,0 +1,9 @@ +# Community + +This part of the wiki has project "meta-information" such as where +to find source code and how to contribute. Check out the sidebar +on the right for links. + +The mailing list is at +. Please +use it for questions and comments! diff --git a/Detailed-Topics/Detailed-Topics.md b/Detailed-Topics/Detailed-Topics.md new file mode 100644 index 0000000..5ee3a76 --- /dev/null +++ b/Detailed-Topics/Detailed-Topics.md @@ -0,0 +1,13 @@ +# Detailed Topic Pages + +This part of the wiki has pages documenting particular sbt topics. + +Before reading anything in here, you will need the information in +the [[Getting Started Guide|Getting Started Welcome]] as a +foundation. + +Other resources include the [[Examples]] and +[[extending sbt|Extending]] areas on the wiki, and the +[[API Documentation|http://harrah.github.com/xsbt/latest/api/index.html]]. + +See the sidebar on the right for an index of topics. diff --git a/Examples/Examples.md b/Examples/Examples.md new file mode 100644 index 0000000..72ed8d2 --- /dev/null +++ b/Examples/Examples.md @@ -0,0 +1,10 @@ +# Examples + +This section of the wiki has example sbt build definitions and +code. Contributions are welcome! + +You may want to read the [[Getting Started Guide|Getting Started Welcome]] as a +foundation for understanding the examples. + +See the sidebar on the right for an index of available examples. + diff --git a/Extending/Extending.md b/Extending/Extending.md new file mode 100644 index 0000000..a7e8671 --- /dev/null +++ b/Extending/Extending.md @@ -0,0 +1,9 @@ +# Extending sbt + +This part of the wiki has pages documenting sbt "internals," +and how to extend them with plugins and commands. + +To understand the pages in here, you'll probably need the +[[Getting Started Guide|Getting Started Welcome]] as a foundation. + +See the sidebar on the right for an index of topics.