Skip to content

Commit 41f9cd6

Browse files
committed
adding lua walkthrough
1 parent f13bd49 commit 41f9cd6

19 files changed

+44560
-364
lines changed

docs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ format:
66
revealjs: {theme: solarized, navigation-mode: vertical, transition: slide, background-transition: fade, incremental: true}
77
project: {type: book}
88
book:
9-
chapters: [index.qmd, stdlang_book.walkthrough_js.qmd]
9+
chapters: [index.qmd, stdlang_book.walkthrough_js.qmd, stdlang_book.walkthrough_lua.qmd, stdlang_book.walkthrough_python.qmd]
1010
title: Std.lang documentation

docs/index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,19 @@
115115
<li class="sidebar-item">
116116
<div class="sidebar-item-container">
117117
<a href="./stdlang_book.walkthrough_js.html" class="sidebar-item-text sidebar-link">
118-
<span class="menu-text"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Walkthrough Javascript</span></span></a>
118+
<span class="menu-text"><span class="chapter-number">2</span>&nbsp; <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>&nbsp; <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>&nbsp; <span class="chapter-title">Python Walkthrough</span></span></a>
119131
</div>
120132
</li>
121133
</ul>
@@ -212,7 +224,9 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="license"><span class="hea
212224
<section id="chapters-in-this-book" class="level2" data-number="1.3">
213225
<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>
214226
<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>
216230
</ul>
217231
<div style="background-color:grey;height:2px;width:100%;"></div>
218232
<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
625639
<div class="nav-page nav-page-previous">
626640
</div>
627641
<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>&nbsp; <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>&nbsp; <span class="chapter-title">Javascript Walkthrough</span></span> <i class="bi bi-arrow-right-short"></i>
630644
</a>
631645
</div>
632646
</nav>

docs/index.qmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,13 @@ Copyright © 2025 Scicloj , MIT License
4242
## Chapters in this book
4343

4444

45-
- [Walkthrough Javascript](stdlang_book.walkthrough_js.html)
45+
- [Javascript Walkthrough](stdlang_book.walkthrough_js.html)
46+
47+
48+
- [Lua Walkthrough](stdlang_book.walkthrough_lua.html)
49+
50+
51+
- [Python Walkthrough](stdlang_book.walkthrough_py.html)
4652

4753

4854

docs/notebooks/chapters.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
["walkthrough_js"]
1+
["walkthrough_js"
2+
"walkthrough_lua"
3+
"walkthrough_py"]

docs/search.json

Lines changed: 806 additions & 6 deletions
Large diffs are not rendered by default.

docs/stdlang_book.walkthrough_js.html

Lines changed: 6615 additions & 205 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)