add docs to website nav
This commit is contained in:
@@ -41,6 +41,14 @@ sections:
|
||||
url: "/docs/shop/"
|
||||
- title: "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"
|
||||
pages:
|
||||
- title: "C Modules"
|
||||
|
||||
@@ -35,3 +35,6 @@ sections:
|
||||
- title: "Wota Format"
|
||||
page: "/docs/wota/"
|
||||
id: "wota"
|
||||
- title: "C Runtime"
|
||||
page: "/docs/spec/c-runtime/"
|
||||
id: "c-runtime"
|
||||
|
||||
@@ -15,3 +15,11 @@ sections:
|
||||
page: "/docs/testing/"
|
||||
id: "testing"
|
||||
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