Files
fastapi/mkdocs.yml
Sebastián Ramírez 80110dd991 📝 Update docs: features
2018-12-10 07:59:18 +04:00

27 lines
603 B
YAML

site_name: FastAPI
site_description: FastAPI framework, high performance, easy to learn, fast to code, ready for production
theme:
name: 'material'
palette:
primary: 'teal'
accent: 'amber'
logo: 'img/icon-white.svg'
favicon: 'img/favicon.png'
repo_name: tiangolo/fastapi
repo_url: https://github.com/tiangolo/fastapi
edit_uri: ""
nav:
- Introduction: 'index.md'
- Features: 'features.md'
- Tutorial: 'tutorial/index.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs