Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ theme:
name: Switch to light mode

plugins:
- i18n:
Comment thread
slashburygin marked this conversation as resolved.
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: ru
name: Russian
build: true
- search:
lang:
- en
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ docs = [
"mkdocs-material==9.1.0",
"mkdocs-glightbox",
"mkdocs-render-swagger-plugin",
"mkdocs-static-i18n[material]"
]

[tool.ruff]
Expand Down
19 changes: 19 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading