Fastapi/mkdocs.yml

12 lines
240 B
YAML

site_name: 'FastAPI Service'
nav:
- Home: index.md
- API Reference: api-reference.md
- Getting Started: getting-started.md
plugins:
- techdocs-core
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences