Files
fastapi-admin/mkdocs.yml
2020-09-21 17:50:02 +08:00

20 lines
483 B
YAML

site_name: FastAPI Admin
site_url: https://github.com/long2ice/fastapi-admin
repo_url: https://github.com/long2ice/fastapi-admin
site_description: Fast Admin Dashboard based on fastapi and tortoise-orm
repo_name: long2ice/fastapi-admin
site_author: long2ice
theme:
name: material
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
nav:
- index.md
- features.md
- tutorial.md
- site_define.md
- menu_define.md