new
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
[project]
|
||||
site_name = "Руководство администратора Lexema-ECM"
|
||||
site_description = "Официальная документация по администрированию системы Lexema-ECM"
|
||||
site_author = "ООО \"Лексема\""
|
||||
|
||||
docs_dir = "docs"
|
||||
site_dir = "site"
|
||||
|
||||
[project.theme]
|
||||
name = "material"
|
||||
variant = "classic"
|
||||
|
||||
palette.primary = "green"
|
||||
palette.accent = "orange"
|
||||
|
||||
features = [
|
||||
"navigation.instant",
|
||||
"navigation.top",
|
||||
"navigation.tracking",
|
||||
"toc.follow",
|
||||
"toc.integrate",
|
||||
"navigation.tabs.sticky",
|
||||
"search.suggest",
|
||||
"header.autohide",
|
||||
"navigation.path",
|
||||
]
|
||||
|
||||
[project.markdown_extensions]
|
||||
toc = { separator = "_", permalink = "#" }
|
||||
attr_list = {}
|
||||
admonition = {}
|
||||
sane_lists = {}
|
||||
def_list = {}
|
||||
|
||||
[project.markdown_extensions.pymdownx.highlight]
|
||||
[project.markdown_extensions.pymdownx.superfences]
|
||||
[project.markdown_extensions.pymdownx.details]
|
||||
[project.markdown_extensions.pymdownx.tabbed]
|
||||
alternate_style = true
|
||||
|
||||
[project.markdown_extensions.pymdownx.tasklist]
|
||||
custom_checkbox = true
|
||||
|
||||
[project.plugins]
|
||||
glightbox = { zoomable = true }
|
||||
search = { lang = ["ru", "en"] }
|
||||
"section-index" = {}
|
||||
"include-markdown" = {}
|
||||
"literate-nav" = { nav_file = "SUMMARY.md" }
|
||||
"mkdocs-video" = {}
|
||||
|
||||
|
||||
extra_css = ["css/extra.css"]
|
||||
extra_javascript = ["javascripts/extra.js"]
|
||||
|
||||
copyright = "© ООО \"Лексема\""
|
||||
Reference in New Issue
Block a user