-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (37 loc) · 804 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
40 lines (37 loc) · 804 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
site_name: dailies
site_url:
repo_url: https://github.com/vfxpaco85/dailies
repo_name: dailies
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- content.code.copy
palette:
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.emoji
- pymdownx.tasklist
- pymdownx.highlight
nav:
- Setup: setup_instructions.md
- Troubleshooting: troubleshooting.md
- User Guide: user_guide.md