ecm-user-manuals/mkdocs.yml

68 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2023-06-01 09:19:21 +00:00
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
2024-05-02 06:39:19 +00:00
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
2023-11-28 09:23:20 +00:00
- glightbox:
zoomable: true
- search:
lang: ['ru', 'en']
- section-index
- include-markdown
- mkdocs-video
- literate-nav:
nav_file: SUMMARY.md
- 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: Оглавление
theme:
name: material
2023-12-14 05:24:24 +00:00
features:
- navigation.instant
- navigation.top
- navigation.tracking
- toc.follow
- toc.integrate
- navigation.tabs.sticky
- search.suggest
- header.autohide
- navigation.path
# - navigation.expand
2023-12-14 05:24:24 +00:00
# - navigation.tabs
language: ru
palette:
primary: green
accent: orange
docs_dir: docs
site_dir: site