Poindexter/mkdocs.yml
copilot-swe-agent[bot] 195924fb9e Bootstrap Go library with EUPL-1.2, goreleaser, mkdocs, and sorting functions
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2025-11-03 15:37:45 +00:00

61 lines
1.3 KiB
YAML

site_name: Poindexter
site_description: Poindexter Go Library Documentation
site_author: Snider
repo_url: https://github.com/Snider/Poindexter
repo_name: Snider/Poindexter
edit_uri: edit/main/docs/
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.mark
- attr_list
- md_in_html
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference: api.md
- License: license.md
copyright: Copyright &copy; 2025 Snider