Skip to content

Commit f4f29ba

Browse files
committed
Remove Projects site section
1 parent 135a4f2 commit f4f29ba

4 files changed

Lines changed: 4 additions & 32 deletions

File tree

File renamed without changes.

docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,5 @@ hide:
2828
<span>Guides and reference material for packages, libraries, benchmarks, and examples introduced in Dev Notes.</span>
2929
</span>
3030
</a>
31-
<a class="openshell-home-link" href="projects/">
32-
<span class="openshell-home-link__copy">
33-
<strong>Projects</strong>
34-
<span>Runnable research demos with setup guides, validation commands, and troubleshooting notes, including the Reachy Mini conversation demo.</span>
35-
</span>
36-
</a>
3731
</nav>
3832
</div>

docs/projects/index.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

zensical.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ site_dir = "site"
77
extra_css = ["stylesheets/dev-notes.css"]
88
extra_javascript = ["javascripts/navigation-drawer.js"]
99
nav = [
10-
{"Projects" = [
11-
"projects/index.md",
12-
"projects/reachy-mini-openshell.md"
13-
]},
1410
{"Dev Notes" = [
1511
"dev-notes/index.md",
1612
{"Posts" = [
@@ -20,7 +16,10 @@ nav = [
2016
# dev-notes:nav:end
2117
]}
2218
]},
23-
{"Documentation" = "documentation/index.md"}
19+
{"Documentation" = [
20+
"documentation/index.md",
21+
{"Reachy Mini Conversation Demo" = "documentation/reachy-mini-openshell.md"}
22+
]}
2423
]
2524

2625
[project.extra]

0 commit comments

Comments
 (0)