pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
603 B
26 lines
603 B
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
|
|
|