-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (62 loc) · 1.55 KB
/
mkdocs.yml
File metadata and controls
69 lines (62 loc) · 1.55 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
59
60
61
62
63
64
65
66
67
68
69
# Site details
site_name: Linux Scripts
repo_name: sysmonyx/linux-scripts
repo_url: https://github.com/sysmonyx/linux-scripts
# Static details
copyright: Copyright © 2025 Soham Ray @sysmonyx
# Material for MKDocs theme configs
theme:
icon:
logo: fontawesome/brands/linux
repo: fontawesome/brands/github
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: IBM Plex Sans
code: IBM Plex Mono
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.path
- navigation.top
- navigation.prune
- navigation.tracking
# Navigation Configs
nav:
- Home:
- index.md
- How to Use:
- how-to-use/index.md
- Customizations:
- customizations/index.md
# Extra Optimizations, Customizations, Plugins & Extensions
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/sysmonyx
name: sysmonyx on GitHub
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/sysmonyx
name: sysmonyx on GitLab
- icon: fontawesome/solid/paper-plane
link: mailto:contact@sysmonyx.com
name: Email
#extra_css:
# - stylesheets/extra.css