Skip to content

Commit e2c59fe

Browse files
committed
updated site
1 parent 2df1173 commit e2c59fe

30 files changed

Lines changed: 3524 additions & 214 deletions

2.x/docs/en/print.html

Lines changed: 469 additions & 3 deletions
Large diffs are not rendered by default.

2.x/docs/en/reference/cached-task.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ <h2 id="remote-caching"><a class="header" href="#remote-caching">Remote caching<
381381

382382
<nav class="nav-wrapper" aria-label="Page navigation">
383383
<!-- Mobile navigation buttons -->
384-
<a rel="prev" href="../reference/watch.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
384+
<a rel="prev" href="../reference/task.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
385385
<i class="fa fa-angle-left"></i>
386386
</a>
387387

@@ -395,7 +395,7 @@ <h2 id="remote-caching"><a class="header" href="#remote-caching">Remote caching<
395395
</div>
396396

397397
<nav class="nav-wide-wrapper" aria-label="Page navigation">
398-
<a rel="prev" href="../reference/watch.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
398+
<a rel="prev" href="../reference/task.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
399399
<i class="fa fa-angle-left"></i>
400400
</a>
401401

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h3 id="configuration"><a class="header" href="#configuration">Configuration</a>
386386
<i class="fa fa-angle-left"></i>
387387
</a>
388388

389-
<a rel="next prefetch" href="../reference/cached-task.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
389+
<a rel="next prefetch" href="../reference/task.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
390390
<i class="fa fa-angle-right"></i>
391391
</a>
392392

@@ -400,7 +400,7 @@ <h3 id="configuration"><a class="header" href="#configuration">Configuration</a>
400400
<i class="fa fa-angle-left"></i>
401401
</a>
402402

403-
<a rel="next prefetch" href="../reference/cached-task.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
403+
<a rel="next prefetch" href="../reference/task.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
404404
<i class="fa fa-angle-right"></i>
405405
</a>
406406
</nav>

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
Large diffs are not rendered by default.

2.x/docs/en/toc.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/ja/changes/sbt-2.0-change-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3 id="勧告どおり廃止された機能"><a class="header" href="#勧告ど
237237
<li><code>IntegrationTest</code> コンフィギュレーションは廃止された in <a href="https://github.com/sbt/sbt/pull/8184">#8184</a></li>
238238
<li>sbt 0.13 スタイルのシェル構文は廃止された in <a href="https://github.com/sbt/sbt/pull/7700">#7700</a></li>
239239
</ul>
240-
<h2 id="新機能"><a class="header" href="#新機能">新機能</a></h2>
240+
<h2 id="機能"><a class="header" href="#機能">機能</a></h2>
241241
<ul>
242242
<li><strong>project matrix</strong>。sbt 1.x からプラグインで使用可能だった project matrix が本体に取り込まれ、並列クロスビルドができるようになった。</li>
243243
<li><strong>sbt クエリ</strong>。sbt 2.x は統一スラッシュ構文を拡張してサブプロジェクトのクエリを可能とする。詳細は下記参照。</li>

0 commit comments

Comments
 (0)