-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 897 Bytes
/
mkdocs.yml
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
site_url: https://chimpler.github.io/pytcher/
site_author: Francois Dang Ngoc
repo_name: chimpler/pytcher
repo_url: https://github.com/chimpler/pytcher
site_name: pytcher
nav:
- Home: index.md
- User Guide:
- Getting Started: quickstart.md
- Install: install.md
- Route: route.md
- Marshalling: marshalling.md
- Unmarshalling: unmarshalling.md
- Exception: exception.md
- WSGI: wsgi.md
- Test: test.md
- API:
- Pytcher: api/pytcher.md
- App: api/app.md
- Request: api/request.md
- Matchers: api/matchers.md
- Test: api/app.md
theme: material
extra_javascript: [extra.js]
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.inlinehilite
- markdown_include.include