Skip to content

Commit 4daf81f

Browse files
committed
updated site
1 parent db91e62 commit 4daf81f

25 files changed

+7039
-2702
lines changed

Diff for: 1.x/sitemap.xml

+2,660-2,660
Large diffs are not rendered by default.

Diff for: 1.x/sitemap.xml.gz

1 Byte
Binary file not shown.

Diff for: 2.x/docs/en/404.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
6-
<title>Page not found - The book of sbt</title>
6+
<title>Page not found - The Book of sbt</title>
77
<base href="/">
88

99

@@ -31,6 +31,7 @@
3131

3232
<!-- Custom theme stylesheets -->
3333
<link rel="stylesheet" href="src/reference/custom-2024.css">
34+
<link rel="stylesheet" href="src/reference/mdbook-admonish.css">
3435

3536
</head>
3637
<body class="sidebar-visible no-js">
@@ -90,7 +91,7 @@
9091

9192
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9293
<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 affix "><li class="part-title">Quick Start</li><li class="chapter-item expanded "><a href="Setup.html"><strong aria-hidden="true">1.</strong> Installing sbt runner</a></li><li class="chapter-item expanded "><a href="sbt-by-example.html"><strong aria-hidden="true">2.</strong> sbt by example</a></li><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Appendix</li><li class="chapter-item expanded "><a href="setup-notes.html"><strong aria-hidden="true">3.</strong> Setup notes</a></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/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>
9495
</div>
9596
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9697
<div class="sidebar-resize-indicator"></div>
@@ -143,7 +144,7 @@
143144
</button>
144145
</div>
145146

146-
<h1 class="menu-title">The book of sbt</h1>
147+
<h1 class="menu-title">The Book of sbt</h1>
147148

148149
<div class="right-buttons">
149150
<a href="print.html" title="Print this book" aria-label="Print this book">

Diff for: 2.x/docs/en/Setup.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<!-- Book generated using mdBook -->
55
<meta charset="UTF-8">
6-
<title>Installing sbt runner - The book of sbt</title>
6+
<title>Installing sbt runner - The Book of sbt</title>
77

88

99
<!-- Custom HTML head -->
@@ -30,6 +30,7 @@
3030

3131
<!-- Custom theme stylesheets -->
3232
<link rel="stylesheet" href="src/reference/custom-2024.css">
33+
<link rel="stylesheet" href="src/reference/mdbook-admonish.css">
3334

3435
</head>
3536
<body class="sidebar-visible no-js">
@@ -89,7 +90,7 @@
8990

9091
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
9192
<div class="sidebar-scrollbox">
92-
<ol class="chapter"><li class="chapter-item expanded affix "><a href="index.html">Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Quick Start</li><li class="chapter-item expanded "><a href="Setup.html" class="active"><strong aria-hidden="true">1.</strong> Installing sbt runner</a></li><li class="chapter-item expanded "><a href="sbt-by-example.html"><strong aria-hidden="true">2.</strong> sbt by example</a></li><li class="spacer"></li><li class="chapter-item expanded affix "><li class="part-title">Appendix</li><li class="chapter-item expanded "><a href="setup-notes.html"><strong aria-hidden="true">3.</strong> Setup notes</a></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/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>
9394
</div>
9495
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
9596
<div class="sidebar-resize-indicator"></div>
@@ -142,7 +143,7 @@
142143
</button>
143144
</div>
144145

145-
<h1 class="menu-title">The book of sbt</h1>
146+
<h1 class="menu-title">The Book of sbt</h1>
146147

147148
<div class="right-buttons">
148149
<a href="print.html" title="Print this book" aria-label="Print this book">

0 commit comments

Comments
 (0)