Skip to content

Commit dcc5567

Browse files
authored
Sync zensical.toml nav with docs directory (#2908)
1 parent 44934ce commit dcc5567

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

zensical.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,18 @@ nav = [
1515
{ "Typing Customization" = "cli-reference/typing-customization.md" },
1616
{ "Template Customization" = "cli-reference/template-customization.md" },
1717
{ "OpenAPI Options" = "cli-reference/openapi-only-options.md" },
18+
{ "GraphQL Options" = "cli-reference/graphql-only-options.md" },
1819
{ "General Options" = "cli-reference/general-options.md" },
1920
{ "Utility Options" = "cli-reference/utility-options.md" },
20-
{ "Quick Reference" = "cli-reference/quick-reference.md" }
21+
{ "Quick Reference" = "cli-reference/quick-reference.md" },
22+
{ "Manual" = [
23+
{ "Help" = "cli-reference/manual/help.md" },
24+
{ "Version" = "cli-reference/manual/version.md" },
25+
{ "Debug" = "cli-reference/manual/debug.md" },
26+
{ "Profile" = "cli-reference/manual/profile.md" },
27+
{ "No Color" = "cli-reference/manual/no-color.md" },
28+
{ "Generate Prompt" = "cli-reference/manual/generate-prompt.md" }
29+
]}
2130
]},
2231
{ "Support data types" = "supported-data-types.md" },
2332
{ "Usage" = [
@@ -37,6 +46,8 @@ nav = [
3746
{ "Root Models and Type Aliases" = "root-model-and-type-alias.md" },
3847
{ "Field Constraints" = "field-constraints.md" },
3948
{ "Field Aliases" = "aliases.md" },
49+
{ "Validators" = "validators.md" },
50+
{ "Class Decorators" = "class-decorators.md" },
4051
{ "OpenAPI-Specific Options" = "openapi-options.md" }
4152
]},
4253
{ "Templates and Formatting" = [
@@ -54,8 +65,7 @@ nav = [
5465
]}
5566
]},
5667
{ "FAQ" = "faq.md" },
57-
{ "Development-Contributing" = "development-contributing.md" },
58-
{ "Changelog" = "changelog.md" }
68+
{ "Development-Contributing" = "development-contributing.md" }
5969
]
6070

6171
[project.theme]

0 commit comments

Comments
 (0)