перенос инструкций
This commit is contained in:
57
mkdocs.yml
Normal file
57
mkdocs.yml
Normal file
@ -0,0 +1,57 @@
|
||||
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
|
||||
|
||||
extra_css:
|
||||
- css/extra.css
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/extra.js
|
||||
|
||||
plugins:
|
||||
- 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
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
- toc.follow
|
||||
- toc.integrate
|
||||
language: ru
|
||||
palette:
|
||||
primary: green
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: site
|
Reference in New Issue
Block a user