-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
44 lines (37 loc) · 904 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
32
33
34
35
36
37
38
39
40
41
42
43
site_name: flask-more
site_description: flask-more is a schema validator and swagger generator with more modernized.
site_url: https://flask-more.readthedocs.io/en/latest/
site_author: chaojie
theme:
name: "material"
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
repo_name: ischaojie/flask-more
repo_url: https://github.com/ischaojie/flask-more
nav:
- Overview: index.md
- Getting started: getting_start.md
- API Decorator: api.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
watch:
- flask_more
- example
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true