File: mkdocs.yml

package info (click to toggle)
python-uvicorn 0.3.24-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 884 kB
  • sloc: python: 3,595; sh: 27; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Uvicorn
site_description: The lightning-fast ASGI server.

#theme:
#    name: 'material'

repo_name: encode/uvicorn
repo_url: https://github.com/encode/uvicorn
edit_uri: ""

pages:
    - Introduction: 'index.md'
    - Settings: 'settings.md'
    - Deployment: 'deployment.md'
    - Server Behavior: 'server-behavior.md'

markdown_extensions:
  - markdown.extensions.codehilite:
      guess_lang: false