Skip to content

Commit f0dec64

Browse files
committed
updated site
1 parent 8b0ddaa commit f0dec64

31 files changed

Lines changed: 3156 additions & 246 deletions

2.x/docs/en/community-plugins.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ <h3 id="framework-specific-plugins"><a class="header" href="#framework-specific-
654654

655655
<nav class="nav-wrapper" aria-label="Page navigation">
656656
<!-- Mobile navigation buttons -->
657-
<a rel="prev" href="reference/command.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
657+
<a rel="prev" href="reference/plugin.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
658658
<i class="fa fa-angle-left"></i>
659659
</a>
660660

@@ -668,7 +668,7 @@ <h3 id="framework-specific-plugins"><a class="header" href="#framework-specific-
668668
</div>
669669

670670
<nav class="nav-wide-wrapper" aria-label="Page navigation">
671-
<a rel="prev" href="reference/command.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
671+
<a rel="prev" href="reference/plugin.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
672672
<i class="fa fa-angle-left"></i>
673673
</a>
674674

2.x/docs/en/print.html

Lines changed: 370 additions & 0 deletions
Large diffs are not rendered by default.

2.x/docs/en/reference/command.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h2 id="full-example"><a class="header" href="#full-example">Full Example</a></h
398398
<i class="fa fa-angle-left"></i>
399399
</a>
400400

401-
<a rel="next prefetch" href="../community-plugins.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
401+
<a rel="next prefetch" href="../reference/plugin.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
402402
<i class="fa fa-angle-right"></i>
403403
</a>
404404

@@ -412,7 +412,7 @@ <h2 id="full-example"><a class="header" href="#full-example">Full Example</a></h
412412
<i class="fa fa-angle-left"></i>
413413
</a>
414414

415-
<a rel="next prefetch" href="../community-plugins.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
415+
<a rel="next prefetch" href="../reference/plugin.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
416416
<i class="fa fa-angle-right"></i>
417417
</a>
418418
</nav>

2.x/docs/en/reference/plugin.html

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

2.x/docs/en/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.x/docs/en/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
<link rel="stylesheet" href="theme/language-picker.css">
3131
</head>
3232
<body class="sidebar-iframe-inner">
33-
<ol class="chapter"><li class="chapter-item expanded affix "><a href="index.html" target="_parent">Introduction</a></li><li class="chapter-item expanded "><a href="Setup.html" target="_parent"><strong aria-hidden="true">1.</strong> Installing sbt runner</a></li><li class="chapter-item expanded "><a href="sbt-by-example.html" target="_parent"><strong aria-hidden="true">2.</strong> sbt by example</a></li><li class="chapter-item expanded "><a href="guide/index.html" target="_parent"><strong aria-hidden="true">3.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guide/why-sbt-exists.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Why sbt exists</a></li><li class="chapter-item expanded "><a href="guide/sbt-new.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Creating a new build</a></li><li class="chapter-item expanded "><a href="guide/sbt-components.html" target="_parent"><strong aria-hidden="true">3.3.</strong> sbt components</a></li><li class="chapter-item expanded "><a href="guide/basic-tasks.html" target="_parent"><strong aria-hidden="true">3.4.</strong> Basic tasks</a></li><li class="chapter-item expanded "><a href="guide/build-definition-basics.html" target="_parent"><strong aria-hidden="true">3.5.</strong> Build definition basics</a></li><li class="chapter-item expanded "><a href="guide/library-dependency-basics.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Library dependency basics</a></li><li class="chapter-item expanded "><a href="guide/multi-project-basics.html" target="_parent"><strong aria-hidden="true">3.7.</strong> Multi project basics</a></li><li class="chapter-item expanded "><a href="guide/plugin-basics.html" target="_parent"><strong aria-hidden="true">3.8.</strong> Plugin basics</a></li><li class="chapter-item expanded "><a href="guide/build-layout.html" target="_parent"><strong aria-hidden="true">3.9.</strong> Build layout</a></li><li class="chapter-item expanded "><a href="guide/IDE.html" target="_parent"><strong aria-hidden="true">3.10.</strong> sbt with IDEs</a></li></ol></li><li class="chapter-item expanded "><a href="changes/index.html" target="_parent"><strong aria-hidden="true">4.</strong> Changes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="changes/sbt-2.0-change-summary.html" target="_parent"><strong aria-hidden="true">4.1.</strong> sbt 2.0 changes</a></li><li class="chapter-item expanded "><a href="changes/migrating-from-sbt-1.x.html" target="_parent"><strong aria-hidden="true">4.2.</strong> Migrating from sbt 1.x</a></li></ol></li><li class="chapter-item expanded "><a href="concepts/index.html" target="_parent"><strong aria-hidden="true">5.</strong> Concepts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="concepts/command-basics.html" target="_parent"><strong aria-hidden="true">5.1.</strong> Command basics</a></li><li class="chapter-item expanded "><a href="concepts/cross-building.html" target="_parent"><strong aria-hidden="true">5.2.</strong> Cross building</a></li><li class="chapter-item expanded "><a href="concepts/sbt-query.html" target="_parent"><strong aria-hidden="true">5.3.</strong> sbt query</a></li><li class="chapter-item expanded "><a href="concepts/caching.html" target="_parent"><strong aria-hidden="true">5.4.</strong> Caching</a></li></ol></li><li class="chapter-item expanded "><a href="reference/index.html" target="_parent"><strong aria-hidden="true">6.</strong> Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="reference/sbt.html" target="_parent"><strong aria-hidden="true">6.1.</strong> sbt</a></li><li class="chapter-item expanded "><a href="reference/sbt-update.html" target="_parent"><strong aria-hidden="true">6.2.</strong> sbt update</a></li><li class="chapter-item expanded "><a href="reference/sbt-dependency-tree.html" target="_parent"><strong aria-hidden="true">6.3.</strong> sbt dependencyTree</a></li><li class="chapter-item expanded "><a href="reference/sbt-compile.html" target="_parent"><strong aria-hidden="true">6.4.</strong> sbt compile</a></li><li class="chapter-item expanded "><a href="reference/sbt-run.html" target="_parent"><strong aria-hidden="true">6.5.</strong> sbt run</a></li><li class="chapter-item expanded "><a href="reference/sbt-test.html" target="_parent"><strong aria-hidden="true">6.6.</strong> sbt test</a></li><li class="chapter-item expanded "><a href="reference/sbt-inspect.html" target="_parent"><strong aria-hidden="true">6.7.</strong> sbt inspect</a></li><li class="chapter-item expanded "><a href="reference/sbt-publish.html" target="_parent"><strong aria-hidden="true">6.8.</strong> sbt publish</a></li><li class="chapter-item expanded "><a href="reference/watch.html" target="_parent"><strong aria-hidden="true">6.9.</strong> Watch command</a></li><li class="chapter-item expanded "><a href="reference/cached-task.html" target="_parent"><strong aria-hidden="true">6.10.</strong> Cached task</a></li><li class="chapter-item expanded "><a href="reference/cross-building-setup.html" target="_parent"><strong aria-hidden="true">6.11.</strong> Cross building setup</a></li><li class="chapter-item expanded "><a href="reference/remote-cache-setup.html" target="_parent"><strong aria-hidden="true">6.12.</strong> Remote cache setup</a></li><li class="chapter-item expanded "><a href="reference/artifact.html" target="_parent"><strong aria-hidden="true">6.13.</strong> Artifact</a></li><li class="chapter-item expanded "><a href="reference/input-task.html" target="_parent"><strong aria-hidden="true">6.14.</strong> Input task</a></li><li class="chapter-item expanded "><a href="reference/tab-completion-parser.html" target="_parent"><strong aria-hidden="true">6.15.</strong> Tab-completion parser</a></li><li class="chapter-item expanded "><a href="reference/command.html" target="_parent"><strong aria-hidden="true">6.16.</strong> Command</a></li></ol></li><li class="chapter-item expanded "><a href="community-plugins.html" target="_parent"><strong aria-hidden="true">7.</strong> Community plugins</a></li><li class="chapter-item expanded "><a href="recipes/index.html" target="_parent"><strong aria-hidden="true">8.</strong> Recipes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="recipes/hello-world.html" target="_parent"><strong aria-hidden="true">8.1.</strong> Write hello world</a></li><li class="chapter-item expanded "><a href="recipes/central.html" target="_parent"><strong aria-hidden="true">8.2.</strong> Publishing to the Central Repo</a></li><li class="chapter-item expanded "><a href="recipes/use-sbt-as-metals-build-server.html" target="_parent"><strong aria-hidden="true">8.3.</strong> Use sbt as Metals build server</a></li><li class="chapter-item expanded "><a href="recipes/import-to-intellij.html" target="_parent"><strong aria-hidden="true">8.4.</strong> Import to IntelliJ IDEA</a></li><li class="chapter-item expanded "><a href="recipes/source-dependency-plugin.html" target="_parent"><strong aria-hidden="true">8.5.</strong> Source dependency plugin</a></li></ol></li><li class="chapter-item expanded "><a href="appendix/glossary.html" target="_parent"><strong aria-hidden="true">9.</strong> Appendix: Glossary</a></li><li class="chapter-item expanded "><a href="appendix/setup-notes.html" target="_parent"><strong aria-hidden="true">10.</strong> Appendix: Setup notes</a></li></ol>
33+
<ol class="chapter"><li class="chapter-item expanded affix "><a href="index.html" target="_parent">Introduction</a></li><li class="chapter-item expanded "><a href="Setup.html" target="_parent"><strong aria-hidden="true">1.</strong> Installing sbt runner</a></li><li class="chapter-item expanded "><a href="sbt-by-example.html" target="_parent"><strong aria-hidden="true">2.</strong> sbt by example</a></li><li class="chapter-item expanded "><a href="guide/index.html" target="_parent"><strong aria-hidden="true">3.</strong> Getting Started</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="guide/why-sbt-exists.html" target="_parent"><strong aria-hidden="true">3.1.</strong> Why sbt exists</a></li><li class="chapter-item expanded "><a href="guide/sbt-new.html" target="_parent"><strong aria-hidden="true">3.2.</strong> Creating a new build</a></li><li class="chapter-item expanded "><a href="guide/sbt-components.html" target="_parent"><strong aria-hidden="true">3.3.</strong> sbt components</a></li><li class="chapter-item expanded "><a href="guide/basic-tasks.html" target="_parent"><strong aria-hidden="true">3.4.</strong> Basic tasks</a></li><li class="chapter-item expanded "><a href="guide/build-definition-basics.html" target="_parent"><strong aria-hidden="true">3.5.</strong> Build definition basics</a></li><li class="chapter-item expanded "><a href="guide/library-dependency-basics.html" target="_parent"><strong aria-hidden="true">3.6.</strong> Library dependency basics</a></li><li class="chapter-item expanded "><a href="guide/multi-project-basics.html" target="_parent"><strong aria-hidden="true">3.7.</strong> Multi project basics</a></li><li class="chapter-item expanded "><a href="guide/plugin-basics.html" target="_parent"><strong aria-hidden="true">3.8.</strong> Plugin basics</a></li><li class="chapter-item expanded "><a href="guide/build-layout.html" target="_parent"><strong aria-hidden="true">3.9.</strong> Build layout</a></li><li class="chapter-item expanded "><a href="guide/IDE.html" target="_parent"><strong aria-hidden="true">3.10.</strong> sbt with IDEs</a></li></ol></li><li class="chapter-item expanded "><a href="changes/index.html" target="_parent"><strong aria-hidden="true">4.</strong> Changes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="changes/sbt-2.0-change-summary.html" target="_parent"><strong aria-hidden="true">4.1.</strong> sbt 2.0 changes</a></li><li class="chapter-item expanded "><a href="changes/migrating-from-sbt-1.x.html" target="_parent"><strong aria-hidden="true">4.2.</strong> Migrating from sbt 1.x</a></li></ol></li><li class="chapter-item expanded "><a href="concepts/index.html" target="_parent"><strong aria-hidden="true">5.</strong> Concepts</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="concepts/command-basics.html" target="_parent"><strong aria-hidden="true">5.1.</strong> Command basics</a></li><li class="chapter-item expanded "><a href="concepts/cross-building.html" target="_parent"><strong aria-hidden="true">5.2.</strong> Cross building</a></li><li class="chapter-item expanded "><a href="concepts/sbt-query.html" target="_parent"><strong aria-hidden="true">5.3.</strong> sbt query</a></li><li class="chapter-item expanded "><a href="concepts/caching.html" target="_parent"><strong aria-hidden="true">5.4.</strong> Caching</a></li></ol></li><li class="chapter-item expanded "><a href="reference/index.html" target="_parent"><strong aria-hidden="true">6.</strong> Reference</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="reference/sbt.html" target="_parent"><strong aria-hidden="true">6.1.</strong> sbt</a></li><li class="chapter-item expanded "><a href="reference/sbt-update.html" target="_parent"><strong aria-hidden="true">6.2.</strong> sbt update</a></li><li class="chapter-item expanded "><a href="reference/sbt-dependency-tree.html" target="_parent"><strong aria-hidden="true">6.3.</strong> sbt dependencyTree</a></li><li class="chapter-item expanded "><a href="reference/sbt-compile.html" target="_parent"><strong aria-hidden="true">6.4.</strong> sbt compile</a></li><li class="chapter-item expanded "><a href="reference/sbt-run.html" target="_parent"><strong aria-hidden="true">6.5.</strong> sbt run</a></li><li class="chapter-item expanded "><a href="reference/sbt-test.html" target="_parent"><strong aria-hidden="true">6.6.</strong> sbt test</a></li><li class="chapter-item expanded "><a href="reference/sbt-inspect.html" target="_parent"><strong aria-hidden="true">6.7.</strong> sbt inspect</a></li><li class="chapter-item expanded "><a href="reference/sbt-publish.html" target="_parent"><strong aria-hidden="true">6.8.</strong> sbt publish</a></li><li class="chapter-item expanded "><a href="reference/watch.html" target="_parent"><strong aria-hidden="true">6.9.</strong> Watch command</a></li><li class="chapter-item expanded "><a href="reference/cached-task.html" target="_parent"><strong aria-hidden="true">6.10.</strong> Cached task</a></li><li class="chapter-item expanded "><a href="reference/cross-building-setup.html" target="_parent"><strong aria-hidden="true">6.11.</strong> Cross building setup</a></li><li class="chapter-item expanded "><a href="reference/remote-cache-setup.html" target="_parent"><strong aria-hidden="true">6.12.</strong> Remote cache setup</a></li><li class="chapter-item expanded "><a href="reference/artifact.html" target="_parent"><strong aria-hidden="true">6.13.</strong> Artifact</a></li><li class="chapter-item expanded "><a href="reference/input-task.html" target="_parent"><strong aria-hidden="true">6.14.</strong> Input task</a></li><li class="chapter-item expanded "><a href="reference/tab-completion-parser.html" target="_parent"><strong aria-hidden="true">6.15.</strong> Tab-completion parser</a></li><li class="chapter-item expanded "><a href="reference/command.html" target="_parent"><strong aria-hidden="true">6.16.</strong> Command</a></li><li class="chapter-item expanded "><a href="reference/plugin.html" target="_parent"><strong aria-hidden="true">6.17.</strong> Plugin</a></li></ol></li><li class="chapter-item expanded "><a href="community-plugins.html" target="_parent"><strong aria-hidden="true">7.</strong> Community plugins</a></li><li class="chapter-item expanded "><a href="recipes/index.html" target="_parent"><strong aria-hidden="true">8.</strong> Recipes</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="recipes/hello-world.html" target="_parent"><strong aria-hidden="true">8.1.</strong> Write hello world</a></li><li class="chapter-item expanded "><a href="recipes/central.html" target="_parent"><strong aria-hidden="true">8.2.</strong> Publishing to the Central Repo</a></li><li class="chapter-item expanded "><a href="recipes/use-sbt-as-metals-build-server.html" target="_parent"><strong aria-hidden="true">8.3.</strong> Use sbt as Metals build server</a></li><li class="chapter-item expanded "><a href="recipes/import-to-intellij.html" target="_parent"><strong aria-hidden="true">8.4.</strong> Import to IntelliJ IDEA</a></li><li class="chapter-item expanded "><a href="recipes/source-dependency-plugin.html" target="_parent"><strong aria-hidden="true">8.5.</strong> Source dependency plugin</a></li></ol></li><li class="chapter-item expanded "><a href="appendix/glossary.html" target="_parent"><strong aria-hidden="true">9.</strong> Appendix: Glossary</a></li><li class="chapter-item expanded "><a href="appendix/setup-notes.html" target="_parent"><strong aria-hidden="true">10.</strong> Appendix: Setup notes</a></li></ol>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)