This commit is contained in:
2026-06-05 13:29:08 +05:00
parent 1d5165a10d
commit da55bf62ed
+9 -10
View File
@@ -2,10 +2,10 @@
site_name = "Руководство администратора Lexema-ECM"
site_description = "Официальная документация по администрированию системы Lexema-ECM"
site_author = "ООО \"Лексема\""
docs_dir = "docs"
site_dir = "site"
# Material
[project.theme]
name = "material"
variant = "classic"
@@ -25,13 +25,12 @@ features = [
"navigation.path",
]
# Markdown extensions
[project.markdown_extensions]
toc = { separator = "_", permalink = "#" }
attr_list = true
admonition = true
sane_lists = true
def_list = true
attr_list = {}
admonition = {}
sane_lists = {}
def_list = {}
[project.markdown_extensions.pymdownx.highlight]
[project.markdown_extensions.pymdownx.superfences]
@@ -42,15 +41,15 @@ alternate_style = true
[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true
# Plugins
[project.plugins]
glightbox = { zoomable = true }
search = { lang = ["ru", "en"] }
"section-index" = true
"include-markdown" = true
"section-index" = {}
"include-markdown" = {}
"literate-nav" = { nav_file = "SUMMARY.md" }
"mkdocs-video" = {}
# DOP
extra_css = ["css/extra.css"]
extra_javascript = ["javascripts/extra.js"]