add Community, Detailed-Topics, Examples, Extending subdirs

Havoc Pennington 2011-10-19 11:05:53 -04:00
parent b8a85f935b
commit 38234705d9
4 changed files with 41 additions and 0 deletions

9
Community/Community.md Normal file

@ -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
<http://groups.google.com/group/simple-build-tool/topics>. Please
use it for questions and comments!

@ -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.

10
Examples/Examples.md Normal file

@ -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.

9
Extending/Extending.md Normal file

@ -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.