File tree 18 files changed +326
-21
lines changed
18 files changed +326
-21
lines changed Original file line number Diff line number Diff line change 91
91
92
92
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
93
93
< div class ="sidebar-scrollbox ">
94
- < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-layout.html "> < strong aria-hidden ="true "> 2.7.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/IDE.html "> < strong aria-hidden ="true "> 2.8.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
94
+ < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/multi-project-basics.html "> < strong aria-hidden ="true "> 2.7.</ strong > Multi project basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-layout.html "> < strong aria-hidden ="true "> 2.8.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/IDE.html "> < strong aria-hidden ="true "> 2.9.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
95
95
</ div >
96
96
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
97
97
< div class ="sidebar-resize-indicator "> </ div >
Original file line number Diff line number Diff line change 90
90
91
91
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
92
92
< div class ="sidebar-scrollbox ">
93
- < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="Setup.html " class ="active "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-layout.html "> < strong aria-hidden ="true "> 2.7.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/IDE.html "> < strong aria-hidden ="true "> 2.8.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
93
+ < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="Setup.html " class ="active "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/multi-project-basics.html "> < strong aria-hidden ="true "> 2.7.</ strong > Multi project basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/build-layout.html "> < strong aria-hidden ="true "> 2.8.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="guide/IDE.html "> < strong aria-hidden ="true "> 2.9.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
94
94
</ div >
95
95
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
96
96
< div class ="sidebar-resize-indicator "> </ div >
Original file line number Diff line number Diff line change 90
90
91
91
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
92
92
< div class ="sidebar-scrollbox ">
93
- < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="../index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="../sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-layout.html "> < strong aria-hidden ="true "> 2.7.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/IDE.html " class ="active "> < strong aria-hidden ="true "> 2.8.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
93
+ < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="../index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="../sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-definition-basics.html "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/multi-project-basics.html "> < strong aria-hidden ="true "> 2.7.</ strong > Multi project basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-layout.html "> < strong aria-hidden ="true "> 2.8.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/IDE.html " class ="active "> < strong aria-hidden ="true "> 2.9.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
94
94
</ div >
95
95
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
96
96
< div class ="sidebar-resize-indicator "> </ div >
Original file line number Diff line number Diff line change 90
90
91
91
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
92
92
< div class ="sidebar-scrollbox ">
93
- < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="../index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="../sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-definition-basics.html " class ="active "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-layout.html "> < strong aria-hidden ="true "> 2.7.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/IDE.html "> < strong aria-hidden ="true "> 2.8.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
93
+ < ol class ="chapter "> < li class ="chapter-item expanded affix "> < a href ="../index.html "> Introduction</ a > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 1.</ strong > Quick Start</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../Setup.html "> < strong aria-hidden ="true "> 1.1.</ strong > Installing sbt runner</ a > </ li > < li class ="chapter-item expanded "> < a href ="../sbt-by-example.html "> < strong aria-hidden ="true "> 1.2.</ strong > sbt by example</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < a href ="../guide/index.html "> < strong aria-hidden ="true "> 2.</ strong > Getting Started</ a > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../guide/why-sbt-exists.html "> < strong aria-hidden ="true "> 2.1.</ strong > Why sbt exists</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-new.html "> < strong aria-hidden ="true "> 2.2.</ strong > Creating a new build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/sbt-components.html "> < strong aria-hidden ="true "> 2.3.</ strong > sbt components</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/running.html "> < strong aria-hidden ="true "> 2.4.</ strong > Working with an existing build</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-definition-basics.html " class ="active "> < strong aria-hidden ="true "> 2.5.</ strong > Build definition basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/library-dependency-basics.html "> < strong aria-hidden ="true "> 2.6.</ strong > Library dependency basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/multi-project-basics.html "> < strong aria-hidden ="true "> 2.7.</ strong > Multi project basics</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/build-layout.html "> < strong aria-hidden ="true "> 2.8.</ strong > Build layout</ a > </ li > < li class ="chapter-item expanded "> < a href ="../guide/IDE.html "> < strong aria-hidden ="true "> 2.9.</ strong > sbt with IDEs</ a > </ li > </ ol > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 3.</ strong > sbt Reference</ div > </ li > < li class ="chapter-item expanded "> < div > < strong aria-hidden ="true "> 4.</ strong > Appendix</ div > </ li > < li > < ol class ="section "> < li class ="chapter-item expanded "> < a href ="../setup-notes.html "> < strong aria-hidden ="true "> 4.1.</ strong > Setup notes</ a > </ li > </ ol > </ li > </ ol >
94
94
</ div >
95
95
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle ">
96
96
< div class ="sidebar-resize-indicator "> </ div >
You can’t perform that action at this time.
0 commit comments