wiki/mkdocs.yml
Brendan Golden eb1fc042b5
All checks were successful
Build / build (push) Successful in 23s
Build / deploy (push) Successful in 8s
improce layout with thanks from redbrick
2025-09-23 14:58:25 +01:00

50 lines
No EOL
1.2 KiB
YAML

# Copied some items from redbrick
# https://github.com/redbrick/docs/blob/master/mkdocs.yml
site_name: Skynet Wiki
site_url: https://wiki.skynet.ie
site_description: The home for all Skynet documentation
repo_url: https://forgejo.skynet.ie/Skynet/wiki
edit_uri: src/branch/main/src
docs_dir: ./src/
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