DocERP/mkdocs.yml

59 lines
1.2 KiB
YAML
Raw Normal View History

2022-05-24 12:52:25 +00:00
site_name: Lexema-ERP
2022-10-24 12:10:46 +00:00
nav:
2022-05-24 12:52:25 +00:00
markdown_extensions:
- toc:
separator: "_"
permalink: "#"
2022-10-24 12:10:46 +00:00
slugify: !!python/name:pymdownx.slugs.uslugify
2022-05-24 12:52:25 +00:00
- attr_list
- admonition
- sane_lists
- pymdownx.highlight
- pymdownx.superfences
- def_list
extra_css:
- css/extra.css
extra_javascript:
- javascripts/extra.js
plugins:
- search:
lang: ['ru', 'en']
- img2fig
2022-10-24 12:10:46 +00:00
- 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: Версия 20221021-01
#custom_template_path: TEMPLATES PATH
#
output_path: pdf\LexemaERP-manual.pdf
toc_title: Оглавление
2022-05-24 12:52:25 +00:00
theme:
name: material
features:
- navigation.instant
2022-10-24 12:10:46 +00:00
- navigation.top
- navigation.tracking
2022-05-24 12:52:25 +00:00
language: ru
palette:
2022-10-24 12:10:46 +00:00
primary: orange
custom_dir: custom_theme/
2022-05-24 12:52:25 +00:00
2022-10-24 12:10:46 +00:00
docs_dir: docs
site_dir: site