This commit is contained in:
2024-02-29 11:41:51 +05:00
parent 3dcba1de5e
commit e893bd0a7a
4 changed files with 28 additions and 32 deletions

View File

@ -1,12 +1,12 @@
site_name: Lexema-ERP
nav:
markdown_extensions:
- toc:
separator: "_"
permalink: "#"
slugify: !!python/name:pymdownx.slugs.uslugify
separator: "_"
permalink: "#"
slugify: !!python/name:pymdownx.slugs.slugify
- attr_list
- admonition
- sane_lists
@ -15,7 +15,7 @@ markdown_extensions:
- def_list
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
custom_checkbox: true
extra_css:
- css/extra.css
@ -25,14 +25,14 @@ extra_javascript:
plugins:
- search:
lang: ['ru', 'en']
lang: ["ru", "en"]
- glightbox:
zoomable: true
zoomable: true
- section-index
- include-markdown
- mkdocs-video
- literate-nav:
nav_file: SUMMARY.md
nav_file: SUMMARY.md
theme:
name: material
features:
@ -46,4 +46,4 @@ theme:
primary: orange
docs_dir: docs
site_dir: site
site_dir: site