wiki/mkdocs.yml

54 lines
1.1 KiB
YAML
Raw Normal View History

2021-12-13 06:40:53 +00:00
---
2022-06-10 08:39:17 +00:00
# Wiki information
2021-12-13 06:40:53 +00:00
site_name: SIG/Core Wiki
2022-06-06 06:01:55 +00:00
site_url: https://core.sig.rocky.page
site_description: >-
2022-06-29 22:51:24 +00:00
The wiki for Rocky Linux Core SIG.
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:
2021-12-13 07:04:27 +00:00
name: cinder
2021-12-13 06:40:53 +00:00
highlightjs: true
hljs_languages:
- bash
- python
- yaml
- perl
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
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
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
2022-06-06 06:01:55 +00:00
copyright: Copyright © 2022 Rocky Enterprise Software Foundation
2021-12-13 06:40:53 +00:00
...