This commit is contained in:
mirzakaeva_ns
2025-07-24 08:44:02 +05:00
2 changed files with 10 additions and 4 deletions

View File

@ -14,4 +14,10 @@ python:
- requirements: mkdocs/requirements.txt - requirements: mkdocs/requirements.txt
mkdocs: mkdocs:
configuration: mkdocs.yml 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

View File

@ -1,5 +1,4 @@
site_name: Lexema-HRM site_name: Lexema-HRM
nav: nav:
markdown_extensions: markdown_extensions:
@ -33,7 +32,6 @@ plugins:
zoomable: true zoomable: true
- section-index - section-index
- include-markdown - include-markdown
- mkdocs-video
- literate-nav: - literate-nav:
nav_file: SUMMARY.md nav_file: SUMMARY.md
theme: theme:
@ -44,9 +42,11 @@ theme:
- navigation.tracking - navigation.tracking
- toc.follow - toc.follow
- toc.integrate - toc.integrate
- search.suggest
- search.highlight
language: ru language: ru
palette: palette:
primary: orange primary: black
docs_dir: docs docs_dir: docs
site_dir: site site_dir: site