diff --git a/zensical.toml b/zensical.toml index 4b9fca4..a34df0d 100644 --- a/zensical.toml +++ b/zensical.toml @@ -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"]