mirror of https://github.com/sbt/sbt.git
add Community, Detailed-Topics, Examples, Extending subdirs
parent
b8a85f935b
commit
38234705d9
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue