-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
43 lines (33 loc) · 833 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-MAILING
site_url: https://marktennyson.github.io/flask-mailing
site_description: flask-mailing
dev_addr: 127.0.0.1:8080
theme:
name: material
palette:
scheme: slate
primary: teal
accent: purple
icon:
repo: fontawesome/brands/github
repo_name: marktennyson/flask-mailing
repo_url: https://github.com/marktennyson/flask-mailing
edit_uri: 'https://github.com/marktennyson/flask-mailing'
plugins:
- include-markdown
- search
- markdownextradata:
data: data
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
nav:
- Flask MAILING: index.md
- 🔨 Installation: install.md
- 🕹 Getting Started: getting-started.md
- Example: example.md
- Contribution: contribute.md
- Changelog: changelog.md