forked from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (45 loc) · 1.03 KB
/
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
edit_uri: ""
markdown_extensions:
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
clickable_checkbox: false
custom_checkbox: true
- toc:
permalink: true
toc_depth: 3
nav:
- "index.md"
repo_name: br3ndonland/template-python
repo_url: https://github.com/br3ndonland/template-python
site_name: template-python docs
site_url: ""
theme:
favicon: assets/images/favicon.png
features:
- header.autohide
- navigation.instant
- navigation.top
font: false
icon:
logo: octicons/book-24
repo: octicons/mark-github-16
name: material
palette:
- media: "(prefers-color-scheme: dark)"
accent: cyan
primary: cyan
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
accent: cyan
primary: cyan
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
use_directory_urls: false