From 994abba1c3cce6ce396f779f7a538d571074f533 Mon Sep 17 00:00:00 2001 From: mirzakaev_tf Date: Wed, 13 Dec 2023 13:42:27 +0500 Subject: [PATCH] upd yml --- dev.yml | 33 +++++++++++++++++++++------------ mkdocs.yml | 27 +++++++++++++++++---------- 2 files changed, 38 insertions(+), 22 deletions(-) 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