diff --git a/website/data/docs_nav.yaml b/website/data/docs_nav.yaml index 97884ca7..3d49fb3d 100644 --- a/website/data/docs_nav.yaml +++ b/website/data/docs_nav.yaml @@ -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" diff --git a/website/data/spec_sections.yaml b/website/data/spec_sections.yaml index f24e83f9..6bc83f93 100644 --- a/website/data/spec_sections.yaml +++ b/website/data/spec_sections.yaml @@ -35,3 +35,6 @@ sections: - title: "Wota Format" page: "/docs/wota/" id: "wota" + - title: "C Runtime" + page: "/docs/spec/c-runtime/" + id: "c-runtime" diff --git a/website/data/tools_sections.yaml b/website/data/tools_sections.yaml index fe855010..ddaa6440 100644 --- a/website/data/tools_sections.yaml +++ b/website/data/tools_sections.yaml @@ -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"