This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
122 lines (120 loc) · 3.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
site_name: Universal Blue
repo_name: ublue-os/main
repo_url: https://github.com/ublue-os/main
site_description: Custom Operating System images based on Fedora
site_url: https://universal-blue.org
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- announce.dismiss
- navigation.expand
- navigation.footer
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- toc.integrate
- search.highlight
- search.suggest
- search.share
- toc.integrate
- content.tabs.link
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- markdown_include.include:
base_path: docs
inheritHeadingDepth: True
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-QJBLY50M60
social:
- icon: fontawesome/brands/discourse
link: https://universal-blue.discourse.group
- icon: fontawesome/brands/discord
link: https://discord.gg/WEu6BdFEtp
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/JorgeCastro/videos
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@UniversalBlue
- icon: fontawesome/solid/rss
link: https://universal-blue.org/feed_rss_updated.xml
plugins:
search: {}
redirects:
redirect_maps:
'tinker/make-your-own.md': 'tinker.md'
'tinker/mindset.md': 'tinker.md'
'tinker/setup.md': 'tinker.md'
'tinker/setup/auto-cli.md': 'tinker.md'
'tinker/setup/auto-web.md': 'tinker.md'
'tinker/setup/manual.md': 'tinker.md'
'tinker/installation.md': 'tinker.md'
'tinker/modification.md': 'tinker.md'
'tinker/community.md': 'tinker.md'
'tinker/modules.md': 'tinker.md'
'tinker/modules/akmods.md': 'tinker.md'
'tinker/modules/bling.md': 'tinker.md'
'tinker/modules/default-flatpaks.md': 'tinker.md'
'tinker/modules/files.md': 'tinker.md'
'tinker/modules/fonts.md': 'tinker.md'
'tinker/modules/rpm-ostree.md': 'tinker.md'
'tinker/modules/script.md': 'tinker.md'
'tinker/modules/systemd.md': 'tinker.md'
'tinker/modules/yafti.md': 'tinker.md'
nav:
- Home: index.md
- Installation: installation.md
- Community:
- Discussion Forums: https://universal-blue.discourse.group/
- Discord Chat: https://discord.gg/WEu6BdFEtp
- Videos: https://www.youtube.com/c/JorgeCastro/videos
- Code of Conduct: CODE_OF_CONDUCT.md
- Metrics: metrics.md
- Documentation:
- Introduction: introduction.md
- Mission: mission.md
- Scope: scope.md
- Values: values.md
- Contributor's Guide:
- Architecture: architecture.md
- Contributing: CONTRIBUTING.md
- Repository Health: contributor-health.md
- Proposals: https://github.com/orgs/ublue-os/discussions?discussions_q=is%3Aopen+label%3Aproposal
- Roadmap: https://github.com/orgs/ublue-os/projects/1
- Tinkerer's Guide (deprecated): tinker.md