Skip to content

Commit

Permalink
doc(book): create files for each navigation element
Browse files Browse the repository at this point in the history
Some sections in the navigation didn't have a file associated with it
yet, leading to 404 pages. Also, extend the generators category with all
planned language generators (still empty though).
  • Loading branch information
dnaka91 committed Jan 9, 2024
1 parent aeaa69d commit 9f45b86
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions book/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,12 @@ export default defineConfig({
text: "Generators",
link: "/reference/generators/",
items: [
{ text: "Doc", link: "/reference/generators/doc" },
{ text: "Rust", link: "/reference/generators/rust" },
{ text: "Go", link: "/reference/generators/go" },
{ text: "Kotlin", link: "/reference/generators/kotlin" },
{ text: "TypeScript", link: "/reference/generators/typescript" },
{ text: "Python", link: "/reference/generators/python" },
],
},
],
Expand Down
1 change: 0 additions & 1 deletion book/src/guide/index.md

This file was deleted.

1 change: 1 addition & 0 deletions book/src/reference/compiler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Compiler
1 change: 1 addition & 0 deletions book/src/reference/generators/doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Documentation
1 change: 1 addition & 0 deletions book/src/reference/generators/go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Go
1 change: 1 addition & 0 deletions book/src/reference/generators/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generators
1 change: 1 addition & 0 deletions book/src/reference/generators/kotlin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Kotlin
1 change: 1 addition & 0 deletions book/src/reference/generators/python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Python
1 change: 1 addition & 0 deletions book/src/reference/generators/rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Rust
1 change: 1 addition & 0 deletions book/src/reference/generators/typescript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Typescript
1 change: 0 additions & 1 deletion book/src/reference/index.md

This file was deleted.

0 comments on commit 9f45b86

Please sign in to comment.