-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.23 KB
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
site_name: nexusystem docs
site_description: Documentation for the nexusystem NixOS + Home Manager configuration
site_url: https://romek-codes.github.io/nexusystem/
repo_url: https://github.com/romek-codes/nexusystem
repo_name: nexusystem
edit_uri: edit/main/docs/
theme:
name: material
palette:
scheme: slate
primary: custom
accent: custom
logo: assets/favicon.png
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- toc.integrate
- search.highlight
- search.suggest
- content.code.copy
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
plugins:
- search
extra_css:
- stylesheets/extra.css
extra:
generator: false
nav:
- Home: index.md
- Quickstart: quickstart.md
- Themes: themes.md
- Keybindings: keybindings.md
- Usage tips: usage_tips.md
- Contributing: contributing.md