docs: nest lib docs under docs/lib with lib-prefixed nav
This commit is contained in:
60
mkdocs.yml
60
mkdocs.yml
@@ -21,6 +21,31 @@ theme:
|
||||
- search.highlight
|
||||
- search.share
|
||||
- search.suggest
|
||||
icon:
|
||||
logo: material/api
|
||||
repo: fontawesome/brands/github
|
||||
markdown_extensions:
|
||||
- pymdownx.superfences
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.highlight:
|
||||
linenums: true
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- tables
|
||||
- footnotes
|
||||
- pymdownx.caret
|
||||
- pymdownx.tilde
|
||||
- pymdownx.mark
|
||||
extra_css:
|
||||
- https://unpkg.com/dracula-prism/dist/css/dracula-prism.css
|
||||
plugins:
|
||||
- search
|
||||
- mkdocstrings:
|
||||
@@ -41,36 +66,15 @@ plugins:
|
||||
show_category_heading: true
|
||||
show_object_full_path: false
|
||||
show_symbol_type_heading: true
|
||||
markdown_extensions:
|
||||
- pymdownx.superfences
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.highlight:
|
||||
linenums: true
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- tables
|
||||
- footnotes
|
||||
- pymdownx.caret
|
||||
- pymdownx.tilde
|
||||
- pymdownx.mark
|
||||
site_name: openapi_first
|
||||
docs_dir: docs/lib
|
||||
docs_dir: docs
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Home: lib/index.md
|
||||
- Application Bootstrap:
|
||||
- app.md
|
||||
- binder.md
|
||||
- lib/app.md
|
||||
- lib/binder.md
|
||||
- Core Utilities:
|
||||
- loader.md
|
||||
- errors.md
|
||||
- lib/loader.md
|
||||
- lib/errors.md
|
||||
- OpenAPI Client:
|
||||
- client.md
|
||||
- lib/client.md
|
||||
|
||||
Reference in New Issue
Block a user