mirror of https://github.com/sbt/sbt.git
Move everything to subdirs and deploy new sidebar technology
parent
38234705d9
commit
2d0f45d091
|
|
@ -0,0 +1,17 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Change history|Changes]]
|
||||
* [[Credits]]
|
||||
* [[License|https://github.com/harrah/xsbt/blob/0.11/LICENSE]]
|
||||
* [[Source code (github)|https://github.com/harrah/xsbt/tree/0.11]]
|
||||
* [[Source code (SXR)|http://harrah.github.com/xsbt/latest/sxr/index.html]]
|
||||
* [[API Documentation|http://harrah.github.com/xsbt/latest/api/index.html]]
|
||||
* [[Places to help|Opportunities]]
|
||||
* [[Nightly Builds]]
|
||||
* [[Plugins list|sbt-0.10-plugins-list]]
|
||||
* [[Examples]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Examples]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Artifacts]] what to publish
|
||||
* [[Best Practices]]
|
||||
* [[Classpaths]]
|
||||
* [[Compiler Plugins]]
|
||||
* [[Console Project]]
|
||||
* [[Cross Build]]
|
||||
* [[Forking]]
|
||||
* [[Global Settings]]
|
||||
* [[Inspecting Settings]]
|
||||
* [[Java Sources]]
|
||||
* [[Launcher]]
|
||||
* [[Library Management]]
|
||||
* [[Local Scala]]
|
||||
* [[Mapping Files]]
|
||||
* [[Migrating to 0.10+|Migrating from SBT 0.7.x to 0.10.x]]
|
||||
* [[Parsing Input]]
|
||||
* [[Paths]]
|
||||
* [[Process]]
|
||||
* [[Publishing]]
|
||||
* [[Resolvers]]
|
||||
* [[Running Project Code]]
|
||||
* [[Scripts]]
|
||||
* [[Setup Notes]]
|
||||
* [[Tasks]]
|
||||
* [[TaskInputs]]
|
||||
* [[Testing]]
|
||||
* [[Triggered Execution]]
|
||||
* [[Update Report]]
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Examples]]
|
||||
* [[.scala examples|Full Configuration Example]]
|
||||
* [[.sbt examples|Quick Configuration Examples]]
|
||||
* [[Advanced Command Example]]
|
||||
* [[Advanced Configurations Example]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Examples]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
* [[API Documentation|http://harrah.github.com/xsbt/latest/api/index.html]]
|
||||
* [[Commands]]
|
||||
* [[Input Tasks]]
|
||||
* [[Plugins Best Practices]]
|
||||
* [[Plugins]]
|
||||
* [[Settings engine|Settings Core]]
|
||||
* [[State objects|Build State]]
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]]
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* [[Setup|Getting Started Setup]] - Install sbt
|
||||
* [[Hello, World|Getting Started Hello]] - Create a simple project
|
||||
* [[Directory Layout|Getting Started Directories]] - Basic project layout
|
||||
|
|
@ -13,67 +13,9 @@
|
|||
* [[Multi-Project Builds|Getting Started Multi-Project]] - Adding sub-projects to the build
|
||||
* [[Custom Settings and Tasks|Getting Started Custom Settings]] - Intro to extending sbt
|
||||
* [[Summary|Getting Started Summary]] - What you should know now
|
||||
* Help
|
||||
* [[Migrating from sbt 0.7.x to 0.10.x]]
|
||||
* [[Index]] - Look up common types, values, and methods
|
||||
* [[FAQ]]
|
||||
* Usage
|
||||
* [[Triggered Execution]]
|
||||
* [[Cross Build]]
|
||||
* [[Console Project]]
|
||||
* [[Inspecting Settings]]
|
||||
* [[Running Project Code]]
|
||||
* [[sbt Plugins List|sbt 0.10 Plugins List]]
|
||||
* Configuration
|
||||
* [[Settings]]
|
||||
* [[Basic Configuration]]
|
||||
* [[Full Configuration]]
|
||||
* [[Global Settings]]
|
||||
* Examples
|
||||
* [[Quick|Quick Configuration Examples]]
|
||||
* [[Full|Full Configuration Example]]
|
||||
* [[Advanced Command Example]]
|
||||
* [[Advanced Configurations Example]]
|
||||
* Managed Dependencies
|
||||
* [[Basic|Library Management]]
|
||||
* [[Configurations]]
|
||||
* [[Defining Repositories|Resolvers]]
|
||||
* [[Publishing]]
|
||||
* [[Artifacts]]
|
||||
* [[Update Report]]
|
||||
* [[Testing]]
|
||||
* [[Forking]]
|
||||
* [[Java Sources]]
|
||||
* [[Local Scala]]
|
||||
* Using [[Compiler Plugins]]
|
||||
* [[Plugins]] - Extending sbt
|
||||
* Tasks and Commands
|
||||
* Basic Constructs
|
||||
* [[Task|Tasks]]
|
||||
* [[Input Tasks]]
|
||||
* [[Commands]]
|
||||
* [[Common Tasks]]
|
||||
* [[Parsing Input]]
|
||||
* [[Build State]]
|
||||
* Paths and I/O
|
||||
* [[Paths]]
|
||||
* [[Classpaths, sources, and resources|Classpaths]]
|
||||
* [[Mapping Files]]
|
||||
* [[External Processes|Process]]
|
||||
* [[Specialized Tasks|Specialized]]
|
||||
* Guidelines
|
||||
* [[Task Inputs/Dependencies|TaskInputs]] - How to connect tasks together
|
||||
* [[General Best Practices|Best Practices]]
|
||||
* [[Plugin Best Practices|Plugins Best Practices]]
|
||||
* Other Modes
|
||||
* [[Launcher]] - Using the launcher for booting Scala applications
|
||||
* [[Scripts]] and REPL with dependencies
|
||||
* Project Information
|
||||
* [[Credits]]
|
||||
* [[Changes]]
|
||||
* [[Source code|https://github.com/harrah/xsbt/tree/0.11]]
|
||||
* [[License|https://github.com/harrah/xsbt/blob/0.11/LICENSE]]
|
||||
* [[API Documentation|http://harrah.github.com/xsbt/latest/api/index.html]]
|
||||
* [[SXR Documentation|http://harrah.github.com/xsbt/latest/sxr/index.html]]
|
||||
* [[Opportunities]]
|
||||
* [[Nightly Builds]]
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Examples]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
|
|
|
|||
70
_Sidebar.md
70
_Sidebar.md
|
|
@ -1,66 +1,8 @@
|
|||
* [[Home]] - Overview of sbt
|
||||
* [[Getting Started Guide|Getting Started Welcome]] - START HERE
|
||||
* Help
|
||||
* [[Migrating from sbt 0.7.x to 0.10.x]]
|
||||
* [[Index]] - Look up common types, values, and methods
|
||||
* [[FAQ]]
|
||||
* Usage
|
||||
* [[Triggered Execution]]
|
||||
* [[Cross Build]]
|
||||
* [[Console Project]]
|
||||
* [[Inspecting Settings]]
|
||||
* [[Running Project Code]]
|
||||
* [[sbt Plugins List|sbt 0.10 Plugins List]]
|
||||
* Configuration
|
||||
* [[Settings]]
|
||||
* [[Basic Configuration]]
|
||||
* [[Full Configuration]]
|
||||
* [[Global Settings]]
|
||||
* Examples
|
||||
* [[Quick|Quick Configuration Examples]]
|
||||
* [[Full|Full Configuration Example]]
|
||||
* [[Advanced Command Example]]
|
||||
* [[Advanced Configurations Example]]
|
||||
* Managed Dependencies
|
||||
* [[Basic|Library Management]]
|
||||
* [[Configurations]]
|
||||
* [[Defining Repositories|Resolvers]]
|
||||
* [[Publishing]]
|
||||
* [[Artifacts]]
|
||||
* [[Update Report]]
|
||||
* [[Testing]]
|
||||
* [[Forking]]
|
||||
* [[Java Sources]]
|
||||
* [[Local Scala]]
|
||||
* Using [[Compiler Plugins]]
|
||||
* [[Plugins]] - Extending sbt
|
||||
* Tasks and Commands
|
||||
* Basic Constructs
|
||||
* [[Task|Tasks]]
|
||||
* [[Input Tasks]]
|
||||
* [[Commands]]
|
||||
* [[Common Tasks]]
|
||||
* [[Parsing Input]]
|
||||
* [[Build State]]
|
||||
* Paths and I/O
|
||||
* [[Paths]]
|
||||
* [[Classpaths, sources, and resources|Classpaths]]
|
||||
* [[Mapping Files]]
|
||||
* [[External Processes|Process]]
|
||||
* [[Specialized Tasks|Specialized]]
|
||||
* Guidelines
|
||||
* [[Task Inputs/Dependencies|TaskInputs]] - How to connect tasks together
|
||||
* [[General Best Practices|Best Practices]]
|
||||
* [[Plugin Best Practices|Plugins Best Practices]]
|
||||
* Other Modes
|
||||
* [[Launcher]] - Using the launcher for booting Scala applications
|
||||
* [[Scripts]] and REPL with dependencies
|
||||
* Project Information
|
||||
* [[Credits]]
|
||||
* [[Changes]]
|
||||
* [[Source code|https://github.com/harrah/xsbt/tree/0.11]]
|
||||
* [[License|https://github.com/harrah/xsbt/blob/0.11/LICENSE]]
|
||||
* [[API Documentation|http://harrah.github.com/xsbt/latest/api/index.html]]
|
||||
* [[SXR Documentation|http://harrah.github.com/xsbt/latest/sxr/index.html]]
|
||||
* [[Opportunities]]
|
||||
* [[Nightly Builds]]
|
||||
* [[FAQ]] - Questions, answered.
|
||||
* [[Index]] - Find types, values, and methods
|
||||
* [[Community]] - source, forums, releases
|
||||
* [[Examples]]
|
||||
* [[Detailed Topics]] - deep dive docs
|
||||
* [[Extending sbt|Extending]] - internals docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue