mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
20 lines
483 B
YAML
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
|