1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/docs/mkdocs.yml
Marcelo Trylesinski 4dc07fc332 ♻️ Change the structure completely
2020-12-07 14:42:54 -03:00

32 lines
609 B
YAML

site_name: Manage FastAPI
theme:
name: material
palette:
primary: 'green'
accent: 'orange'
font:
text: 'Ubuntu'
repo_name: ycd/Manage-FastAPI
repo_url: https://github.com/ycd/manage-fastapi
nav:
- Manage FastAPI: index.md
- Manage Projects:
- Start new project: managing_projects/startproject.md
- Manage Apps:
- Start new app: managing_apps/startapp.md
- Release Notes: 'release-notes.md'
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- tables
- smarty
- pymdownx.tabbed