52 lines
1009 B
YAML
52 lines
1009 B
YAML
site_name: Руководство пользователя Lexema-ECM
|
|
#repo_url: http://gogs.lex.lan/yangirova_as/Dokumentooborot
|
|
nav:
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
separator: "_"
|
|
permalink: "#"
|
|
slugify: !!python/name:pymdownx.slugs.uslugify
|
|
- attr_list
|
|
- admonition
|
|
- sane_lists
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- def_list
|
|
- pymdownx.details
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
|
|
|
|
extra_css:
|
|
- css/extra.css
|
|
|
|
extra_javascript:
|
|
- javascripts/extra.js
|
|
|
|
plugins:
|
|
- glightbox:
|
|
zoomable: true
|
|
- search:
|
|
lang: ['ru', 'en']
|
|
- section-index
|
|
- include-markdown
|
|
- mkdocs-video
|
|
- literate-nav:
|
|
nav_file: SUMMARY.md
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- toc.follow
|
|
- toc.integrate
|
|
language: ru
|
|
palette:
|
|
primary: MidnightBlue
|
|
|
|
docs_dir: docs
|
|
site_dir: site
|
|
|