forked from sabuhish/fastapi-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (31 loc) · 678 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (31 loc) · 678 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
33
34
35
36
37
38
39
40
41
site_name: FastApi-MAIL
site_url:
site_description: fastapi-mail
dev_addr: 127.0.0.1:8080
theme:
name: material
palette:
scheme: slate
primary: teal
accent: purple
icon:
repo: fontawesome/brands/github
repo_name: fastapi-mail
repo_url: https://github.com/sabuhish/fastapi-mail
edit_uri: ''
plugins:
- search
- markdownextradata:
data: data
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
nav:
- FastApi MAIL: index.md
- 🔨 Installation: install.md
- 🕹 Getting Started: getting-started.md
- Example: example.md
- Contribution: contribute.md