correct sections

This commit is contained in:
2026-02-14 15:13:18 -06:00
parent 8ec56e85fa
commit 86609c27f8
14 changed files with 89 additions and 274 deletions

View File

@@ -0,0 +1,5 @@
sections:
- title: "Writing C Modules"
page: "/docs/c-modules/"
id: "c-modules"
group: "C API"

View File

@@ -7,10 +7,6 @@ sections:
url: "/docs/actors/"
- title: "Requestors"
url: "/docs/requestors/"
- title: "Packages"
url: "/docs/packages/"
- title: "Shop Architecture"
url: "/docs/shop/"
- title: "Reference"
pages:
- title: "Built-in Functions"
@@ -37,9 +33,15 @@ sections:
url: "/docs/library/json/"
- title: "random"
url: "/docs/library/random/"
- title: "Tools"
- title: "Packages"
pages:
- title: "Packages"
url: "/docs/packages/"
- title: "Shop Architecture"
url: "/docs/shop/"
- title: "CLI"
url: "/docs/cli/"
- title: "C API"
pages:
- title: "C Modules"
url: "/docs/c-modules/"

View File

@@ -11,10 +11,6 @@ sections:
page: "/docs/requestors/"
id: "requestors"
group: "Language"
- title: "Packages"
page: "/docs/packages/"
id: "packages"
group: "Language"
- title: "Built-in Functions"
page: "/docs/functions/"
id: "functions"
@@ -59,7 +55,3 @@ sections:
page: "/docs/library/random/"
id: "library-random"
group: "Standard Library"
- title: "Writing C Modules"
page: "/docs/c-modules/"
id: "c-modules"
group: "Tools"

View File

@@ -7,15 +7,11 @@ sections:
page: "/docs/shop/"
id: "shop"
group: "Packages"
- title: "Writing C Modules"
page: "/docs/c-modules/"
id: "c-modules"
group: "Development"
- title: "Command Line Interface"
page: "/docs/cli/"
id: "cli"
group: "CLI"
- title: "Testing"
page: "/docs/testing/"
id: "testing"
group: "Development"
- title: "Compiler Tools"
page: "/docs/compiler-tools/"
id: "compiler-tools"
group: "Development"
group: "CLI"