|
115 | 115 | <li class="sidebar-item"> |
116 | 116 | <div class="sidebar-item-container"> |
117 | 117 | <a href="./stdlang_book.walkthrough_js.html" class="sidebar-item-text sidebar-link"> |
118 | | - <span class="menu-text"><span class="chapter-number">2</span> <span class="chapter-title">Walkthrough Javascript</span></span></a> |
| 118 | + <span class="menu-text"><span class="chapter-number">2</span> <span class="chapter-title">Javascript Walkthrough</span></span></a> |
| 119 | + </div> |
| 120 | +</li> |
| 121 | + <li class="sidebar-item"> |
| 122 | + <div class="sidebar-item-container"> |
| 123 | + <a href="./stdlang_book.walkthrough_lua.html" class="sidebar-item-text sidebar-link"> |
| 124 | + <span class="menu-text"><span class="chapter-number">3</span> <span class="chapter-title">Lua Walkthrough</span></span></a> |
| 125 | + </div> |
| 126 | +</li> |
| 127 | + <li class="sidebar-item"> |
| 128 | + <div class="sidebar-item-container"> |
| 129 | + <a href="./stdlang_book.walkthrough_python.html" class="sidebar-item-text sidebar-link"> |
| 130 | + <span class="menu-text"><span class="chapter-number">4</span> <span class="chapter-title">Python Walkthrough</span></span></a> |
119 | 131 | </div> |
120 | 132 | </li> |
121 | 133 | </ul> |
@@ -212,7 +224,9 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="license"><span class="hea |
212 | 224 | <section id="chapters-in-this-book" class="level2" data-number="1.3"> |
213 | 225 | <h2 data-number="1.3" class="anchored" data-anchor-id="chapters-in-this-book"><span class="header-section-number">1.3</span> Chapters in this book</h2> |
214 | 226 | <ul> |
215 | | -<li><a href="stdlang_book.walkthrough_js.html">Walkthrough Javascript</a></li> |
| 227 | +<li><p><a href="stdlang_book.walkthrough_js.html">Javascript Walkthrough</a></p></li> |
| 228 | +<li><p><a href="stdlang_book.walkthrough_lua.html">Lua Walkthrough</a></p></li> |
| 229 | +<li><p><a href="stdlang_book.walkthrough_py.html">Python Walkthrough</a></p></li> |
216 | 230 | </ul> |
217 | 231 | <div style="background-color:grey;height:2px;width:100%;"></div> |
218 | 232 | <div><pre><small><small>source: <a href="https://github.com/scicloj/stdlang-docs/blob/main/notebooks/index.clj">notebooks/index.clj</a></small></small></pre></div> |
@@ -625,8 +639,8 @@ <h2 data-number="1.3" class="anchored" data-anchor-id="chapters-in-this-book"><s |
625 | 639 | <div class="nav-page nav-page-previous"> |
626 | 640 | </div> |
627 | 641 | <div class="nav-page nav-page-next"> |
628 | | - <a href="./stdlang_book.walkthrough_js.html" class="pagination-link" aria-label="Walkthrough Javascript"> |
629 | | - <span class="nav-page-text"><span class="chapter-number">2</span> <span class="chapter-title">Walkthrough Javascript</span></span> <i class="bi bi-arrow-right-short"></i> |
| 642 | + <a href="./stdlang_book.walkthrough_js.html" class="pagination-link" aria-label="Javascript Walkthrough"> |
| 643 | + <span class="nav-page-text"><span class="chapter-number">2</span> <span class="chapter-title">Javascript Walkthrough</span></span> <i class="bi bi-arrow-right-short"></i> |
630 | 644 | </a> |
631 | 645 | </div> |
632 | 646 | </nav> |
|
0 commit comments