поправлен yml
This commit is contained in:
parent
773d1afd7a
commit
64c9c8391b
3
dev.yml
3
dev.yml
@ -56,5 +56,4 @@ theme:
|
|||||||
accent: orange
|
accent: orange
|
||||||
|
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
site_dir: site
|
site_dir: site
|
||||||
|
|
10
mkdocs.yml
10
mkdocs.yml
@ -6,13 +6,16 @@ markdown_extensions:
|
|||||||
- toc:
|
- toc:
|
||||||
separator: "_"
|
separator: "_"
|
||||||
permalink: "#"
|
permalink: "#"
|
||||||
slugify: !!python/name:pymdownx.slugs.uslugify
|
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: "lower", percent_encode: true}}
|
||||||
- attr_list
|
- attr_list
|
||||||
- admonition
|
- admonition
|
||||||
- sane_lists
|
- sane_lists
|
||||||
- pymdownx.highlight
|
- pymdownx.highlight
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- def_list
|
- def_list
|
||||||
|
- pymdownx.details
|
||||||
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
- pymdownx.tabbed:
|
- pymdownx.tabbed:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
|
|
||||||
@ -27,11 +30,11 @@ plugins:
|
|||||||
zoomable: true
|
zoomable: true
|
||||||
- search:
|
- search:
|
||||||
lang: ['ru', 'en']
|
lang: ['ru', 'en']
|
||||||
|
indexing: 'full'
|
||||||
- section-index
|
- section-index
|
||||||
- include-markdown
|
- include-markdown
|
||||||
- mkdocs-video
|
- mkdocs-video
|
||||||
- literate-nav:
|
- literate-nav:
|
||||||
|
|
||||||
nav_file: SUMMARY.md
|
nav_file: SUMMARY.md
|
||||||
- with-pdf:
|
- with-pdf:
|
||||||
author: Павел Зюзин, Ксения Шабанова, Альбина Янгирова, Ксения Имамутдинова, Тимур Мирзакаев, Марина Халиуллина, Регина Лапина
|
author: Павел Зюзин, Ксения Шабанова, Альбина Янгирова, Ксения Имамутдинова, Тимур Мирзакаев, Марина Халиуллина, Регина Лапина
|
||||||
@ -40,7 +43,7 @@ plugins:
|
|||||||
#cover: false
|
#cover: false
|
||||||
#back_cover: true
|
#back_cover: true
|
||||||
#cover_title: TITLE TEXT
|
#cover_title: TITLE TEXT
|
||||||
cover_subtitle: Версия 20221018-14
|
#cover_subtitle: Версия 20221018-14
|
||||||
#custom_template_path: TEMPLATES PATH
|
#custom_template_path: TEMPLATES PATH
|
||||||
#
|
#
|
||||||
output_path: pdf\LexemaECM-manual.pdf
|
output_path: pdf\LexemaECM-manual.pdf
|
||||||
@ -57,7 +60,6 @@ theme:
|
|||||||
- search.suggest
|
- search.suggest
|
||||||
- header.autohide
|
- header.autohide
|
||||||
- navigation.path
|
- navigation.path
|
||||||
# - navigation.expand
|
|
||||||
# - navigation.tabs
|
# - navigation.tabs
|
||||||
language: ru
|
language: ru
|
||||||
palette:
|
palette:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user