-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (38 loc) · 979 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (38 loc) · 979 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
41
42
site_name: Custom Command Toggle
site_description: Documentation for the Custom Command Toggle GNOME Extension
site_author: StorageB
repo_url: https://github.com/StorageB/custom-command-toggle
#repo_name: custom-command-toggle
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
- toc.integrate
logo: icons/custom-command-toggle-docs.png
favicon: icons/custom-command-toggle-docs.png
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Installation: installation.md
- Configuration: configuration.md
- Icons:
- GNOME Adwaita: icons-adwaita.md
- Ubuntu Yaru: icons-yaru.md
- Troubleshooting: troubleshooting.md
- Change Log: changelog.md
- About: about.md
markdown_extensions:
- toc:
permalink: false
- footnotes
- admonition
- def_list
- codehilite
- tables