DocERP/mkdocs.yml

49 lines
898 B
YAML
Raw Normal View History

2022-05-24 17:52:25 +05:00
site_name: Lexema-ERP
2022-10-24 17:10:46 +05:00
nav:
2022-05-24 17:52:25 +05:00
markdown_extensions:
- toc:
separator: "_"
permalink: "#"
2022-10-24 17:10:46 +05:00
slugify: !!python/name:pymdownx.slugs.uslugify
2022-05-24 17:52:25 +05:00
- attr_list
- admonition
- sane_lists
- pymdownx.highlight
- pymdownx.superfences
- def_list
2023-12-28 14:36:55 +05:00
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
2022-05-24 17:52:25 +05:00
extra_css:
- css/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
- search:
lang: ['ru', 'en']
2023-12-28 14:36:55 +05:00
- glightbox:
2023-12-27 14:29:34 +05:00
zoomable: true
2022-10-24 17:10:46 +05:00
- section-index
- include-markdown
- mkdocs-video
- literate-nav:
nav_file: SUMMARY.md
2022-05-24 17:52:25 +05:00
theme:
name: material
features:
- navigation.instant
2022-10-24 17:10:46 +05:00
- navigation.top
- navigation.tracking
2022-11-18 17:10:54 +05:00
- toc.follow
- toc.integrate
2022-05-24 17:52:25 +05:00
language: ru
palette:
2022-10-24 17:10:46 +05:00
primary: orange
2022-05-24 17:52:25 +05:00
2022-10-24 17:10:46 +05:00
docs_dir: docs
2023-12-28 14:36:55 +05:00
site_dir: site