Files
mkdocs/mkdocs.yml

41 lines
976 B
YAML

site_name: Sailor.lab
site_url : https://SailorUpiter.github.io/mkdocs
repo_url: https://github.com/SailorUpiter/mkdocs.git
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-4
name: Темное оформление
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-7
name: Светлое оформление
language: ru
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.path
- navigation.top
- navigation.prune
plugins:
- tags
- search
extra:
analytics:
provider: google
property: G-WJRFTNJP0B
site_author: g.ryzhov
copyright: Sailor.lab, 2026
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- markdown.extensions.nl2br