-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
46 lines (40 loc) · 1.07 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
site_name: Wavelet
site_url: https://pittvandewitt.github.io/Wavelet
site_author: Pittvandewitt
site_description: "A quick rundown on each feature and its settings"
repo_name: Pittvandewitt/Wavelet
repo_url: https://github.com/Pittvandewitt/Wavelet
copyright: 'Wavelet maintained by <a href=https://github.com/Pittvandewitt>Pittvandewitt</a>'
theme:
name: 'material'
palette:
primary: 'white'
accent: 'white'
scheme: wavelet
logo: assets/favicon.ico
favicon: assets/favicon.ico
font:
text: Poppins
feature:
tabs: true
features:
- navigation.footer
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- attr_list
nav:
- Configuration: Configuration.md
- Features: Features.md
- Import: Import.md
- Settings: Settings.md
- Troubleshooting: Troubleshooting.md