mkdocs cli

This commit is contained in:
2026-01-20 21:40:18 +05:30
parent 726e7ca6d2
commit a8ba02c57b
13 changed files with 356 additions and 12 deletions

View File

@@ -25,13 +25,13 @@ def test_emit_mkdocs_nav():
{"Home": "openapi_first/index.md"},
{
"Core": [
{"App": "openapi_first/app.md"},
{"Client": "openapi_first/client.md"},
"openapi_first/app.md",
"openapi_first/client.md",
]
},
{
"CLI": [
{"Cli": "openapi_first/cli.md"},
"openapi_first/cli.md",
]
},
]