wiki/mkdocs.yml

80 lines
1.7 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
site_url: https://sig-core.rocky.page
2022-06-06 06:01:55 +00:00
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/
2024-02-15 01:46:17 +00:00
copyright: Copyright © 2022-2024 Rocky Enterprise Software Foundation
extra_css:
- assets/extra.css
# Configuration
2021-12-13 06:40:53 +00:00
theme:
name: material
2024-02-15 01:46:17 +00:00
logo: assets/resf-white.svg
palette:
- media: "(prefers-color-scheme: light)"
2024-02-15 01:46:17 +00:00
scheme: resf
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
2024-02-15 01:46:17 +00:00
scheme: resf-dark
toggle:
2024-02-15 01:46:17 +00:00
icon: material/weather-sunny
name: Switch to light mode
2021-12-13 06:40:53 +00:00
highlightjs: true
hljs_languages:
- bash
2024-02-15 01:46:17 +00:00
- perl
2021-12-13 06:40:53 +00:00
- python
- yaml
features:
2024-02-15 01:46:17 +00:00
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.path
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
2024-02-15 01:46:17 +00:00
- content.action.edit
# Plugins
plugins:
- autolinks
- social
- awesome-pages
- git-revision-date-localized:
type: date
- search
- macros:
include_dir: docs/include
# Extensions
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
2024-02-15 01:46:17 +00:00
- pymdownx.details # this allows collapsible attributions
2022-06-06 06:01:55 +00:00
- pymdownx.emoji:
2024-02-15 01:46:17 +00:00
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2022-06-06 06:01:55 +00:00
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
2022-06-10 08:39:17 +00:00
- toc:
permalink: true