mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
83 lines
1.8 KiB
YAML
83 lines
1.8 KiB
YAML
# Site Details
|
|
site_name: MIND Docs
|
|
site_description: The official guide for MIND
|
|
site_author: MrCas
|
|
#edit_uri: https://github.com/??
|
|
repo_url: https://github.com/Casvt/MIND
|
|
repo_name: Casvt/MIND
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
# Site appearance (logos, colours, icons)
|
|
theme:
|
|
name: material
|
|
language: en
|
|
code_wrap: true
|
|
features:
|
|
- content.tabs.link
|
|
- content.code.copy
|
|
- header.autohide
|
|
- navigation.expand
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.top
|
|
- navigation.tracking
|
|
#favicon: assets/logo/favicon.ico
|
|
#logo: assets/logo/kapowarr-logo.png?
|
|
palette:
|
|
# Light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: MIND
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
# Dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: MIND-dark
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
|
|
# Markdown extensions
|
|
markdown_extensions:
|
|
- abbr
|
|
- attr_list
|
|
- meta
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
guess_lang: true
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.saneheaders
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- sane_lists
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 5
|
|
|
|
# mkdocs function extensions
|
|
plugins:
|
|
- search
|
|
- git-revision-date-localized:
|
|
type: timeago
|
|
locale: en
|
|
fallback_to_build_date: false
|
|
|
|
# Navigation Layout
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: installation.md
|
|
- Setup After Installation: setup_after_installation.md
|
|
- Other Docs:
|
|
- API: api.md
|