diff --git a/dev.yml b/dev.yml index b58060b..aecf3ef 100644 --- a/dev.yml +++ b/dev.yml @@ -34,18 +34,27 @@ plugins: - mkdocs-video - literate-nav: nav_file: SUMMARY.md + theme: - name: material - features: - - navigation.instant - - navigation.top - - navigation.tracking - - toc.follow - - toc.integrate - language: ru - palette: - primary: green + name: material + palette: + primary: green + accent: orange + + features: + - navigation.instant + - navigation.top + - navigation.tracking + - toc.follow + - toc.integrate + - navigation.tabs.sticky + - search.suggest + - header.autohide + - navigation.path + - navigation.expand + # - navigation.tabs + language: ru + docs_dir: docs -site_dir: site - +site_dir: site \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 18eaf32..9527688 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,16 +43,23 @@ plugins: 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 + name: material + palette: + primary: green + accent: orange + + features: + - navigation.instant + - navigation.top + - navigation.tracking + - toc.follow + - toc.integrate + - navigation.tabs.sticky + - search.suggest + - header.autohide + - navigation.path + - navigation.expand + # - navigation.tabs docs_dir: docs site_dir: site \ No newline at end of file