forked from Kludex/mangum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 743 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: Mangum
site_description: AWS Lambda & API Gateway support for ASGI
site_url: http://mangum.fastapiexpert.com
theme:
name: material
palette:
primary: brown
accent: orange
repo_name: Kludex/mangum
repo_url: https://github.com/Kludex/mangum
edit_uri: edit/main/docs/
nav:
- Introduction: index.md
- Adapter: adapter.md
- HTTP: http.md
- Lifespan: lifespan.md
- ASGI Frameworks: asgi-frameworks.md
- External Links: external-links.md
- Contributing: contributing.md
markdown_extensions:
- mkautodoc
- markdown.extensions.codehilite:
guess_lang: false
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.highlight:
pygments_lang_class: true
plugins:
- search