linutil/.github/mkdocs.yml

90 lines
2.1 KiB
YAML
Raw Permalink Normal View History

2024-07-24 11:16:21 +01:00
site_name: Chris Titus LinUtil Official Documentation
repo_url: https://github.com/ChrisTitusTech/linutil
2024-09-12 21:18:42 +01:00
docs_dir: '../docs'
2024-07-24 11:16:21 +01:00
nav:
- Introduction: 'index.md'
- User Guide: 'userguide.md'
2024-09-13 21:42:03 +01:00
- Contributing:
- Contributing Guide: 'contributing.md'
2024-09-13 21:42:03 +01:00
- Roadmap: 'roadmap.md'
2024-09-12 21:18:42 +01:00
- Documentation:
- Known Issues: 'KnownIssues.md'
2024-07-24 11:16:21 +01:00
- FAQ: 'faq.md'
theme:
name: material
2024-09-12 21:18:42 +01:00
custom_dir: '../overrides'
2024-07-24 11:16:21 +01:00
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
logo: assets/favicon.png
2024-09-12 21:18:42 +01:00
favicon: assets/favicon.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- abbr
- attr_list
- pymdownx.snippets
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search
- awesome-pages
- git-revision-date-localized
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
cache_safe: true