wiki/mkdocs.yml

50 lines
1.2 KiB
YAML
Raw Normal View History

# Copied some items from redbrick
# https://github.com/redbrick/docs/blob/master/mkdocs.yml
2024-08-19 22:07:11 +01:00
site_name: Skynet Wiki
2024-08-19 22:10:58 +01:00
site_url: https://wiki.skynet.ie
site_description: The home for all Skynet documentation
2024-08-26 20:52:55 +00:00
repo_url: https://forgejo.skynet.ie/Skynet/wiki
edit_uri: src/branch/main/src
2024-08-19 22:52:44 +01:00
docs_dir: ./src/
2024-08-19 22:34:17 +01:00
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.expand
- search.suggest
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
- content.action.view
- content.code.copy
- content.code.annotate
icon:
view: material/eye
plugins:
- search
# - git-authors:
# show_email_address: false
# - git-revision-date-localized:
# enable_creation_date: true
markdown_extensions:
- tables
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde