mkdocs cli
This commit is contained in:
@@ -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",
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user