forked from testing/wiki
1
0
Fork 0
wiki/mkdocs.yml

79 lines
1.6 KiB
YAML

---
# Wiki information
site_name: Testing Wiki
site_url: https://testing.rocky.page
site_description: >-
The wiki for the Rocky Linux Testing Team.
# Repository
repo_url: https://git.resf.org/testing/wiki
repo_name: testing/wiki
edit_uri: _edit/main/docs/
# Copyright
copyright: Copyright © 2023 Rocky Enterprise Software Foundation
# Configuration
theme:
name: material
logo: assets/icon-white.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
highlightjs: true
hljs_languages:
- bash
- perl
- python
- yaml
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.path
- search.highlight
- search.suggest
- toc.integrate
- content.action.edit
# Plugins
plugins:
- autolinks
- awesome-pages
- git-revision-date-localized:
type: date
- search
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- 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
- toc:
permalink: true