forked from waynerv/flask-mailman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 731 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (32 loc) · 731 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
site_name: Flask-Mailman
site_url: https://waynerv.github.io/flask-mailman
repo_url: https://github.com/waynerv/flask-mailman
repo_name: waynerv/flask-mailman
nav:
- Tutorial: index.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
palette:
scheme: preference
primary: indigo
accent: indigo
icon:
repo: fontawesome/brands/github-alt
logo: img/icon-white.svg
favicon: img/favicon.png
language: en
markdown_extensions:
- pymdownx.highlight:
linenums: false
linenums_style: pymdownx.inline
- pymdownx.superfences
- pymdownx.inlinehilite
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
watch:
- flask-mailman