Skip to content

Commit

Permalink
doc(book): remove incomplete sections
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnaka91 committed Feb 23, 2024
1 parent 2a9167c commit e06754d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
],
},
Expand All @@ -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/",
Expand Down

0 comments on commit e06754d

Please sign in to comment.