-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathmkdocs.yml
47 lines (40 loc) · 969 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
44
45
46
47
site_name: <span>FastAPI</span> Debug Toolbar
site_description: A debug toolbar for FastAPI.
site_url: https://fastapi-debug-toolbar.domake.io
repo_name: mongkok/fastapi-debug-toolbar
repo_url: https://github.com/mongkok/fastapi-debug-toolbar
edit_uri: ''
theme:
name: material
custom_dir: docs/overrides
logo: img/logo.png
favicon: img/favicon.ico
icon:
repo: fontawesome/brands/github-alt
palette:
- scheme: default
primary: red
accent: red
nav:
- Introduction: index.md
- Default panels: panels/default.md
- SQL panels: panels/sql.md
- Development: panels/dev.md
- Settings: settings.md
- Changelog: changelog.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/mongkok
extra_css:
- css/styles.css
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.snippets
- attr_list
- markdown_include.include:
base_path: docs
plugins:
- search
- mkdocstrings