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

16
dev.yml
View File

@ -4,9 +4,9 @@ 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,13 +25,13 @@ extra_javascript:
plugins:
- search:
lang: ['ru', 'en']
lang: ["ru", "en"]
- glightbox:
zoomable: true
zoomable: true
- section-index
- include-markdown
- literate-nav:
nav_file: SUMMARY.md
nav_file: SUMMARY.md
theme:
name: material
features:
@ -45,4 +45,4 @@ theme:
primary: orange
docs_dir: docs
site_dir: site
site_dir: site