-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (58 loc) · 1.32 KB
/
mkdocs.yml
File metadata and controls
64 lines (58 loc) · 1.32 KB
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
59
60
61
62
63
64
site_name: Fastapi Mongo Base
repo_url: https://github.com/mahdikiani/fastapi-mongo-base
repo_name: mahdikiani/fastapi-mongo-base
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.copy
- content.code.annotate
language: en
highlightjs: true
highlightjs_languages:
- python
- bash
- yaml
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Installation: installation.md
- Quickstart:
- Quickstart: quickstart.md
- Boilerplate: boilerplate.md
- Tutorial: tutorial.md
- Usage: usage.md
- API Reference:
- Endpoints & Customization: endpoints.md
- Settings: settings.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
extra_css:
- extra.css