Files
kumomta/mkdocs-base.yml
T
Wez Furlong 8a1bf0b7a3 docs: cleanup toc structure a bit
Remove a redundant parent node to simplify things.
A couple of Page entries were just containers and
had no content of their own; you can now set the filename
to None to indicate that, and adjust what gets emitted
in the nav.
2023-03-11 20:52:21 -07:00

52 lines
1.2 KiB
YAML

site_name: KumoMTA Docs
site_url: https://docs.kumomta.com
site_description: Documentation for KumoMTA
repo_url: https://github.com/kumomta/kumomta
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: gh_pages
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: purple
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.indexes
- navigation.tabs
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.action.view
plugins:
- search
- social
- git-revision-date-localized:
enable_creation_date: true
type: timeago
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format