Update documentation and code snippets

This commit is contained in:
2025-12-08 19:29:54 +03:00
parent 75b1efb259
commit 183f069766
6 changed files with 179 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ html_static_path = ["_static"]
html_context = {
"languages": [
("English", "/en/latest/%s/", "en"),
("Русский", "/ru/latest/%s/", "ru"),
("English", "/en/latest/%s.html", "en"),
("Русский", "/ru/latest/%s.html", "ru"),
]
}