add docs to website nav
This commit is contained in:
@@ -41,6 +41,14 @@ sections:
|
|||||||
url: "/docs/shop/"
|
url: "/docs/shop/"
|
||||||
- title: "CLI"
|
- title: "CLI"
|
||||||
url: "/docs/cli/"
|
url: "/docs/cli/"
|
||||||
|
- title: "Tools"
|
||||||
|
pages:
|
||||||
|
- title: "Testing"
|
||||||
|
url: "/docs/testing/"
|
||||||
|
- title: "Compiler Inspection"
|
||||||
|
url: "/docs/compiler-tools/"
|
||||||
|
- title: "Semantic Index"
|
||||||
|
url: "/docs/semantic-index/"
|
||||||
- title: "C API"
|
- title: "C API"
|
||||||
pages:
|
pages:
|
||||||
- title: "C Modules"
|
- title: "C Modules"
|
||||||
|
|||||||
@@ -35,3 +35,6 @@ sections:
|
|||||||
- title: "Wota Format"
|
- title: "Wota Format"
|
||||||
page: "/docs/wota/"
|
page: "/docs/wota/"
|
||||||
id: "wota"
|
id: "wota"
|
||||||
|
- title: "C Runtime"
|
||||||
|
page: "/docs/spec/c-runtime/"
|
||||||
|
id: "c-runtime"
|
||||||
|
|||||||
@@ -15,3 +15,11 @@ sections:
|
|||||||
page: "/docs/testing/"
|
page: "/docs/testing/"
|
||||||
id: "testing"
|
id: "testing"
|
||||||
group: "CLI"
|
group: "CLI"
|
||||||
|
- title: "Compiler Inspection"
|
||||||
|
page: "/docs/compiler-tools/"
|
||||||
|
id: "compiler-tools"
|
||||||
|
group: "Tools"
|
||||||
|
- title: "Semantic Index"
|
||||||
|
page: "/docs/semantic-index/"
|
||||||
|
id: "semantic-index"
|
||||||
|
group: "Tools"
|
||||||
|
|||||||
Reference in New Issue
Block a user