diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 61e9d87..0b7bd5a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,10 @@ python: - requirements: mkdocs/requirements.txt mkdocs: - configuration: mkdocs.yml \ No newline at end of file + configuration: mkdocs.yml + +# Optionally set the version of Python and requirements required to build your docs +# python: +# version: "3.8" +# install: +# - requirements: mkdocs/requirements.txt \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d3a5623..6e739fc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,4 @@ site_name: Lexema-HRM - nav: markdown_extensions: @@ -33,7 +32,6 @@ plugins: zoomable: true - section-index - include-markdown - - mkdocs-video - literate-nav: nav_file: SUMMARY.md theme: @@ -44,9 +42,11 @@ theme: - navigation.tracking - toc.follow - toc.integrate + - search.suggest + - search.highlight language: ru palette: - primary: orange + primary: black docs_dir: docs site_dir: site