wiki/mkdocs.yml

48 lines
981 B
YAML

---
site_name: SIG/Core Wiki
site_url: https://core.sig.rocky.page
site_description: >-
The wiki for the Core SIG of Rocky.
repo_url: https://git.resf.org/sig_core/wiki
repo_name: sig_core/wiki
edit_uri: edit/main/docs/
theme:
name: cinder
highlightjs: true
hljs_languages:
- bash
- python
- yaml
- perl
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
markdown_extensions:
- abbr
- attr_list
- admonition
- toc:
permalink: true
- footnotes
- def_list
- meta
- pymdownx.details # this allows collapsible attributions
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- autolinks
- awesome-pages
- git-revision-date
- search
copyright: Copyright © 2022 Rocky Enterprise Software Foundation
...