Skip to content

Commit ba9caff

Browse files
committed
add configs
1 parent 5f021ee commit ba9caff

3 files changed

Lines changed: 380 additions & 0 deletions

File tree

configs/mkdocs.full.yml

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
site_name: "Documentation"
3+
site_url: "https://docs.rockylinux.org/"
4+
docs_dir: "docs"
5+
repo_url: https://github.com/rocky-linux/documentation
6+
repo_name: rocky-linux/documentation
7+
edit_uri: "edit/main/docs/"
8+
9+
theme:
10+
name: material
11+
custom_dir: theme
12+
icon:
13+
edit: material/pencil
14+
features:
15+
- content.action.edit
16+
- content.code.copy
17+
- navigation.tabs
18+
- navigation.tabs.sticky
19+
- navigation.top
20+
- search.suggest
21+
- search.highlight
22+
- search.share
23+
logo: assets/logo.png
24+
favicon: assets/logo.png
25+
palette:
26+
- scheme: default
27+
media: "(prefers-color-scheme: light)"
28+
toggle:
29+
icon: material/weather-night
30+
name: Switch to dark mode
31+
primary: black
32+
- scheme: slate
33+
media: "(prefers-color-scheme: dark)"
34+
toggle:
35+
icon: material/weather-sunny
36+
name: Switch to light mode
37+
primary: black
38+
39+
markdown_extensions:
40+
- abbr
41+
- attr_list
42+
- admonition
43+
- toc:
44+
permalink: true
45+
- pymdownx.emoji:
46+
emoji_index: !!python/name:material.extensions.emoji.twemoji
47+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
48+
- pymdownx.highlight
49+
- pymdownx.superfences:
50+
custom_fences:
51+
- name: mermaid
52+
class: mermaid
53+
format: !!python/name:pymdownx.superfences.fence_code_format
54+
- pymdownx.keys
55+
- pymdownx.caret
56+
- pymdownx.mark
57+
- pymdownx.tilde
58+
- pymdownx.tabbed:
59+
alternate_style: true
60+
- pymdownx.details
61+
- pymdownx.tasklist
62+
- footnotes
63+
- def_list
64+
- meta
65+
66+
plugins:
67+
- mike:
68+
version_selector: true
69+
- search
70+
- awesome-pages
71+
- i18n:
72+
docs_structure: suffix
73+
fallback_to_default: true
74+
reconfigure_material: true
75+
reconfigure_search: true
76+
# build_only_locale: !ENV [BUILD_ONLY_LOCALE]
77+
languages:
78+
- build: true
79+
default: true
80+
locale: en
81+
name: English
82+
- build: true
83+
default: false
84+
locale: uk
85+
name: Ukrainian
86+
- build: true
87+
default: false
88+
locale: de
89+
name: Deutsch
90+
- build: true
91+
default: false
92+
locale: fr
93+
name: Français
94+
- build: true
95+
default: false
96+
locale: es
97+
name: Español
98+
- build: true
99+
default: false
100+
locale: it
101+
name: Italian
102+
- build: true
103+
default: false
104+
locale: ja
105+
name: 日本語
106+
- build: true
107+
default: false
108+
locale: ko
109+
name: 한국어
110+
- build: true
111+
default: false
112+
locale: zh
113+
name: 简体中文
114+
- git-revision-date-localized:
115+
type: date
116+
- redirects:
117+
redirect_maps:
118+
"guides/add_mirror_manager.md": "guides/mirror_management/add_mirror_manager.md"
119+
- tags
120+
- privacy
121+
extra:
122+
version:
123+
provider: mike
124+
default: latest
125+
alias: true
126+
social:
127+
- icon: fontawesome/brands/twitter
128+
link: https://twitter.com/rocky_linux
129+
- icon: fontawesome/brands/github
130+
link: https://github.com/rocky-linux
131+
- icon: fontawesome/brands/gitlab
132+
link: https://git.rockylinux.org
133+
- icon: material/home
134+
link: https://rockylinux.org
135+
136+
copyright: Copyright © 2026 The Rocky Enterprise Software Foundation

configs/mkdocs.minimal.yml

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
site_name: "Documentation"
3+
site_url: "https://docs.rockylinux.org/"
4+
docs_dir: "docs"
5+
repo_url: https://github.com/rocky-linux/documentation
6+
repo_name: rocky-linux/documentation
7+
edit_uri: "edit/main/docs/"
8+
9+
theme:
10+
name: material
11+
custom_dir: theme
12+
icon:
13+
edit: material/pencil
14+
features:
15+
- content.action.edit
16+
- content.code.copy
17+
- navigation.tabs
18+
- navigation.tabs.sticky
19+
- navigation.top
20+
- search.suggest
21+
- search.highlight
22+
- search.share
23+
logo: assets/logo.png
24+
favicon: assets/logo.png
25+
palette:
26+
- scheme: default
27+
media: "(prefers-color-scheme: light)"
28+
toggle:
29+
icon: material/weather-night
30+
name: Switch to dark mode
31+
primary: black
32+
- scheme: slate
33+
media: "(prefers-color-scheme: dark)"
34+
toggle:
35+
icon: material/weather-sunny
36+
name: Switch to light mode
37+
primary: black
38+
39+
markdown_extensions:
40+
- abbr
41+
- attr_list
42+
- admonition
43+
- toc:
44+
permalink: true
45+
- pymdownx.emoji:
46+
emoji_index: !!python/name:material.extensions.emoji.twemoji
47+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
48+
- pymdownx.highlight
49+
- pymdownx.superfences:
50+
custom_fences:
51+
- name: mermaid
52+
class: mermaid
53+
format: !!python/name:pymdownx.superfences.fence_code_format
54+
- pymdownx.keys
55+
- pymdownx.caret
56+
- pymdownx.mark
57+
- pymdownx.tilde
58+
- pymdownx.tabbed:
59+
alternate_style: true
60+
- pymdownx.details
61+
- pymdownx.tasklist
62+
- footnotes
63+
- def_list
64+
- meta
65+
66+
plugins:
67+
- mike:
68+
version_selector: true
69+
- search
70+
- awesome-pages
71+
- i18n:
72+
docs_structure: suffix
73+
fallback_to_default: true
74+
reconfigure_material: true
75+
reconfigure_search: true
76+
# build_only_locale: !ENV [BUILD_ONLY_LOCALE]
77+
languages:
78+
- build: true
79+
default: true
80+
locale: en
81+
name: English
82+
- build: true
83+
default: false
84+
locale: es
85+
name: Español
86+
- git-revision-date-localized:
87+
type: date
88+
- redirects:
89+
redirect_maps:
90+
"guides/add_mirror_manager.md": "guides/mirror_management/add_mirror_manager.md"
91+
- tags
92+
- privacy
93+
extra:
94+
version:
95+
provider: mike
96+
default: latest
97+
alias: true
98+
social:
99+
- icon: fontawesome/brands/twitter
100+
link: https://twitter.com/rocky_linux
101+
- icon: fontawesome/brands/github
102+
link: https://github.com/rocky-linux
103+
- icon: fontawesome/brands/gitlab
104+
link: https://git.rockylinux.org
105+
- icon: material/home
106+
link: https://rockylinux.org
107+
108+
copyright: Copyright © 2026 The Rocky Enterprise Software Foundation

configs/mkdocs.yml

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
site_name: "Documentation"
3+
site_url: "https://docs.rockylinux.org/"
4+
docs_dir: "docs"
5+
repo_url: https://github.com/rocky-linux/documentation
6+
repo_name: rocky-linux/documentation
7+
edit_uri: "edit/main/docs/"
8+
9+
theme:
10+
name: material
11+
custom_dir: theme
12+
icon:
13+
edit: material/pencil
14+
features:
15+
- content.action.edit
16+
- content.code.copy
17+
- navigation.tabs
18+
- navigation.tabs.sticky
19+
- navigation.top
20+
- search.suggest
21+
- search.highlight
22+
- search.share
23+
logo: assets/logo.png
24+
favicon: assets/logo.png
25+
palette:
26+
- scheme: default
27+
media: "(prefers-color-scheme: light)"
28+
toggle:
29+
icon: material/weather-night
30+
name: Switch to dark mode
31+
primary: black
32+
- scheme: slate
33+
media: "(prefers-color-scheme: dark)"
34+
toggle:
35+
icon: material/weather-sunny
36+
name: Switch to light mode
37+
primary: black
38+
39+
markdown_extensions:
40+
- abbr
41+
- attr_list
42+
- admonition
43+
- toc:
44+
permalink: true
45+
- pymdownx.emoji:
46+
emoji_index: !!python/name:material.extensions.emoji.twemoji
47+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
48+
- pymdownx.highlight
49+
- pymdownx.superfences:
50+
custom_fences:
51+
- name: mermaid
52+
class: mermaid
53+
format: !!python/name:pymdownx.superfences.fence_code_format
54+
- pymdownx.keys
55+
- pymdownx.caret
56+
- pymdownx.mark
57+
- pymdownx.tilde
58+
- pymdownx.tabbed:
59+
alternate_style: true
60+
- pymdownx.details
61+
- pymdownx.tasklist
62+
- footnotes
63+
- def_list
64+
- meta
65+
66+
plugins:
67+
- mike:
68+
version_selector: true
69+
- search
70+
- awesome-pages
71+
- i18n:
72+
docs_structure: suffix
73+
fallback_to_default: true
74+
reconfigure_material: true
75+
reconfigure_search: true
76+
# build_only_locale: !ENV [BUILD_ONLY_LOCALE]
77+
languages:
78+
- build: true
79+
default: true
80+
locale: en
81+
name: English
82+
- build: true
83+
default: false
84+
locale: uk
85+
name: Ukrainian
86+
- build: true
87+
default: false
88+
locale: de
89+
name: Deutsch
90+
- build: true
91+
default: false
92+
locale: fr
93+
name: Français
94+
- build: true
95+
default: false
96+
locale: es
97+
name: Español
98+
- build: true
99+
default: false
100+
locale: it
101+
name: Italian
102+
- build: true
103+
default: false
104+
locale: ja
105+
name: 日本語
106+
- build: true
107+
default: false
108+
locale: ko
109+
name: 한국어
110+
- build: true
111+
default: false
112+
locale: zh
113+
name: 简体中文
114+
- git-revision-date-localized:
115+
type: date
116+
- redirects:
117+
redirect_maps:
118+
"guides/add_mirror_manager.md": "guides/mirror_management/add_mirror_manager.md"
119+
- tags
120+
- privacy
121+
extra:
122+
version:
123+
provider: mike
124+
default: latest
125+
alias: true
126+
social:
127+
- icon: fontawesome/brands/twitter
128+
link: https://twitter.com/rocky_linux
129+
- icon: fontawesome/brands/github
130+
link: https://github.com/rocky-linux
131+
- icon: fontawesome/brands/gitlab
132+
link: https://git.rockylinux.org
133+
- icon: material/home
134+
link: https://rockylinux.org
135+
136+
copyright: Copyright © 2026 The Rocky Enterprise Software Foundation

0 commit comments

Comments
 (0)