-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
58 lines (50 loc) · 1.36 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site_name: Flask Express
site_description: provide the interactive service like expressJs to the flask app.
site_url: https://marktennyson.github.io/flask-express
dev_addr: 127.0.0.1:8081
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
logo: https://raw.githubusercontent.com/marktennyson/flask-express/main/logos/flask-express-logo.png
favicon: https://raw.githubusercontent.com/marktennyson/flask-express/main/logos/flask-express-logo.png
features:
- search.suggest
- search.highlight
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
repo_name: marktennyson/Flask-Express
repo_url: https://github.com/marktennyson/flask-express
plugins:
- include-markdown
- search
- markdownextradata:
data: data
markdown_extensions:
- attr_list
- toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
nav:
- Flask-Express: index.md
- Request Class: request.md
- Response Class: response.md
- Tutorial: tutorial.md
- Examples: examples.md
- Changelog: changelog.md