ecm-administrator-manuals/mkdocs.yml

68 lines
1.7 KiB
YAML
Raw Normal View History

2023-05-16 11:57:13 +00:00
site_name: Руководство администратора Lexema-ECM
2023-04-06 09:28:34 +00:00
#repo_url: http://gogs.lex.lan/l8-base/ECM-administrator-manuals.git
2023-04-06 09:26:20 +00:00
nav:
markdown_extensions:
- toc:
separator: "_"
permalink: "#"
slugify: !!python/name:pymdownx.slugs.uslugify
- attr_list
- admonition
- sane_lists
- pymdownx.highlight
- pymdownx.superfences
- def_list
2024-05-07 06:37:47 +00:00
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
2024-05-07 05:38:47 +00:00
- pymdownx.tasklist:
custom_checkbox: true
2023-04-06 09:26:20 +00:00
extra_css:
- css/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
2023-11-28 08:56:36 +00:00
- glightbox:
zoomable: true
2023-11-23 10:28:02 +00:00
- search:
2024-02-20 15:22:12 +00:00
lang: ['ru', 'en']
2023-04-06 09:26:20 +00:00
- section-index
- include-markdown
- mkdocs-video
- literate-nav:
nav_file: SUMMARY.md
2023-11-28 09:11:45 +00:00
- with-pdf:
author: Павел Зюзин, Ксения Шабанова, Альбина Янгирова, Ксения Имамутдинова, Тимур Мирзакаев, Марина Халиуллина, Регина Лапина
copyright: ООО "Лексема"
cover: false
back_cover: true
cover_title: TITLE TEXT
cover_subtitle: Версия 20221018-14
custom_template_path: TEMPLATES PATH
output_path: pdf\LexemaECM-manual.pdf
toc_title: Оглавление
2023-04-06 09:26:20 +00:00
theme:
2023-12-13 08:42:27 +00:00
name: material
palette:
primary: green
accent: orange
features:
- navigation.instant
- navigation.top
- navigation.tracking
- toc.follow
- toc.integrate
- navigation.tabs.sticky
- search.suggest
- header.autohide
- navigation.path
2023-04-06 09:26:20 +00:00
docs_dir: docs
site_dir: site