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

79 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2023-04-27 23:39:53 +00:00
---
2023-04-28 21:20:32 +00:00
# Wiki information
site_name: Testing Wiki
site_url: https://testing.rocky.page
2023-04-27 23:39:53 +00:00
site_description: >-
2023-04-28 21:20:32 +00:00
The wiki for the Rocky Linux Testing Team.
2023-04-27 23:39:53 +00:00
# Repository
2023-04-28 21:20:32 +00:00
repo_url: https://git.resf.org/testing/wiki
repo_name: testing/wiki
2023-04-27 23:39:53 +00:00
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