2021-12-13 06:40:53 +00:00
|
|
|
---
|
2022-06-10 08:39:17 +00:00
|
|
|
# Wiki information
|
2024-03-04 18:05:46 +00:00
|
|
|
site_name: Release Engineering (SIG/Core) Wiki
|
2022-10-16 00:28:22 +00:00
|
|
|
site_url: https://sig-core.rocky.page
|
2022-06-06 06:01:55 +00:00
|
|
|
site_description: >-
|
2024-03-04 18:05:46 +00:00
|
|
|
The wiki for Rocky Linux Release Engineering (SIG/Core)
|
2022-06-06 06:01:55 +00:00
|
|
|
|
2022-06-10 08:39:17 +00:00
|
|
|
# Repository
|
2022-06-06 06:01:55 +00:00
|
|
|
repo_url: https://git.resf.org/sig_core/wiki
|
|
|
|
repo_name: sig_core/wiki
|
|
|
|
edit_uri: edit/main/docs/
|
|
|
|
|
2021-12-13 06:40:53 +00:00
|
|
|
theme:
|
2022-10-16 00:28:22 +00:00
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
2023-04-04 22:32:06 +00:00
|
|
|
primary: teal
|
|
|
|
accent: teal
|
2022-10-16 00:28:22 +00:00
|
|
|
toggle:
|
|
|
|
icon: material/weather-night
|
|
|
|
name: Switch to dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
2023-04-04 22:32:06 +00:00
|
|
|
primary: teal
|
|
|
|
accent: teal
|
2022-10-16 00:28:22 +00:00
|
|
|
toggle:
|
|
|
|
icon: material/weather-night
|
|
|
|
name: Switch to dark mode
|
|
|
|
logo: assets/icon-white.svg
|
2021-12-13 06:40:53 +00:00
|
|
|
highlightjs: true
|
|
|
|
hljs_languages:
|
|
|
|
- bash
|
|
|
|
- python
|
|
|
|
- yaml
|
|
|
|
- perl
|
|
|
|
features:
|
2022-06-10 08:39:17 +00:00
|
|
|
- search.highlight
|
2021-12-13 06:40:53 +00:00
|
|
|
- search.suggest
|
2022-06-10 08:39:17 +00:00
|
|
|
- toc.integrate
|
2022-10-16 00:28:22 +00:00
|
|
|
#- navigation.tabs
|
|
|
|
#- navigation.tabs.sticky
|
|
|
|
#- navigation.top
|
2021-12-13 06:40:53 +00:00
|
|
|
markdown_extensions:
|
|
|
|
- abbr
|
|
|
|
- admonition
|
2022-06-10 08:39:17 +00:00
|
|
|
- attr_list
|
2021-12-13 06:40:53 +00:00
|
|
|
- def_list
|
2022-06-10 08:39:17 +00:00
|
|
|
- footnotes
|
2021-12-13 06:40:53 +00:00
|
|
|
- meta
|
2022-06-10 08:39:17 +00:00
|
|
|
- pymdownx.details # collapsable attributions
|
2022-06-06 06:01:55 +00:00
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2022-06-10 08:39:17 +00:00
|
|
|
- toc:
|
|
|
|
permalink: true
|
2022-06-06 06:01:55 +00:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- autolinks
|
|
|
|
- awesome-pages
|
|
|
|
- git-revision-date
|
|
|
|
- search
|
2022-06-29 22:51:24 +00:00
|
|
|
- macros:
|
|
|
|
include_dir: docs/include
|
2024-03-04 18:05:46 +00:00
|
|
|
copyright: Copyright © 2024 Rocky Enterprise Software Foundation
|
2021-12-13 06:40:53 +00:00
|
|
|
...
|