wiki/mkdocs.yml

48 lines
981 B
YAML
Raw Normal View History

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: >-
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/
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
- search.suggest
markdown_extensions:
- abbr
- attr_list
- admonition
- toc:
permalink: true
- footnotes
- def_list
- meta
2022-06-06 06:01:55 +00:00
- 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
2021-12-13 06:40:53 +00:00
...