generated from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (58 loc) · 1.33 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
46
47
48
49
50
51
52
53
54
55
56
57
58
edit_uri: ""
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink:
user: br3ndonland
repo: fastenv
repo_url_shorthand: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
clickable_checkbox: false
custom_checkbox: true
- toc:
permalink: true
toc_depth: 3
nav:
- "index.md"
- "environment.md"
- "dotenv.md"
- "cloud-object-storage.md"
- "comparisons.md"
- "changelog.md"
- "contributing.md"
repo_name: br3ndonland/fastenv
repo_url: https://github.com/br3ndonland/fastenv
site_name: fastenv docs
site_url: ""
theme:
favicon: assets/images/favicon.png
features:
- content.code.annotate
- content.code.copy
- header.autohide
- navigation.instant
- navigation.top
font: false
icon:
logo: octicons/gear-24
repo: octicons/mark-github-16
name: material
palette:
- media: "(prefers-color-scheme: dark)"
accent: deep orange
primary: deep orange
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
accent: deep orange
primary: deep orange
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
use_directory_urls: false