upd yml
This commit is contained in:
parent
de18cea102
commit
994abba1c3
33
dev.yml
33
dev.yml
|
@ -34,18 +34,27 @@ plugins:
|
||||||
- mkdocs-video
|
- mkdocs-video
|
||||||
- literate-nav:
|
- literate-nav:
|
||||||
nav_file: SUMMARY.md
|
nav_file: SUMMARY.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
palette:
|
||||||
- navigation.instant
|
primary: green
|
||||||
- navigation.top
|
accent: orange
|
||||||
- navigation.tracking
|
|
||||||
- toc.follow
|
features:
|
||||||
- toc.integrate
|
- navigation.instant
|
||||||
language: ru
|
- navigation.top
|
||||||
palette:
|
- navigation.tracking
|
||||||
primary: green
|
- toc.follow
|
||||||
|
- toc.integrate
|
||||||
|
- navigation.tabs.sticky
|
||||||
|
- search.suggest
|
||||||
|
- header.autohide
|
||||||
|
- navigation.path
|
||||||
|
- navigation.expand
|
||||||
|
# - navigation.tabs
|
||||||
|
language: ru
|
||||||
|
|
||||||
|
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
site_dir: site
|
site_dir: site
|
||||||
|
|
27
mkdocs.yml
27
mkdocs.yml
|
@ -43,16 +43,23 @@ plugins:
|
||||||
output_path: pdf\LexemaECM-manual.pdf
|
output_path: pdf\LexemaECM-manual.pdf
|
||||||
toc_title: Оглавление
|
toc_title: Оглавление
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
palette:
|
||||||
- navigation.instant
|
primary: green
|
||||||
- navigation.top
|
accent: orange
|
||||||
- navigation.tracking
|
|
||||||
- toc.follow
|
features:
|
||||||
- toc.integrate
|
- navigation.instant
|
||||||
language: ru
|
- navigation.top
|
||||||
palette:
|
- navigation.tracking
|
||||||
primary: green
|
- toc.follow
|
||||||
|
- toc.integrate
|
||||||
|
- navigation.tabs.sticky
|
||||||
|
- search.suggest
|
||||||
|
- header.autohide
|
||||||
|
- navigation.path
|
||||||
|
- navigation.expand
|
||||||
|
# - navigation.tabs
|
||||||
|
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
site_dir: site
|
site_dir: site
|
Loading…
Reference in New Issue