From e06754d138185fb0c467df1e567c34ca8798f84d Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Fri, 23 Feb 2024 17:37:47 +0900 Subject: [PATCH] doc(book): remove incomplete sections Remove the sections from the config which are clearly not ready and basically a blank space. The Markdown files are kept in place as reminder for these features. --- book/.vitepress/config.mts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/book/.vitepress/config.mts b/book/.vitepress/config.mts index 7705654..b5749c6 100644 --- a/book/.vitepress/config.mts +++ b/book/.vitepress/config.mts @@ -98,11 +98,11 @@ export default defineConfig({ { text: "Arrays", link: "/reference/schema/arrays" }, { text: "Tuples", link: "/reference/schema/tuples" }, { text: "Constants", link: "/reference/schema/constants" }, - { text: "Statics", link: "/reference/schema/statics" }, + // { text: "Statics", link: "/reference/schema/statics" }, { text: "Type Aliases", link: "/reference/schema/type-aliases" }, { text: "Modules", link: "/reference/schema/modules" }, { text: "Imports", link: "/reference/schema/imports" }, - { text: "References", link: "/reference/schema/references" }, + // { text: "References", link: "/reference/schema/references" }, { text: "Attributes", link: "/reference/schema/attributes" }, ], }, @@ -115,10 +115,10 @@ export default defineConfig({ text: "Wire Format", link: "/reference/wire-format", }, - { - text: "Compiler", - link: "/reference/compiler", - }, + // { + // text: "Compiler", + // link: "/reference/compiler", + // }, { text: "Generators", link: "/reference/generators/",