We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b57c1 commit 7b39c13Copy full SHA for 7b39c13
1 file changed
documentation/mkdocs.yml
@@ -2,6 +2,7 @@ site_name: Tarantool Java SDK
2
copyright: Copyright ©️ 2025 VK Tech
3
repo_name: tarantool/tarantool-java-sdk
4
repo_url: https://github.com/tarantool/tarantool-java-sdk
5
+site_url: https://tarantool.github.io/tarantool-java-sdk/
6
strict: true
7
8
extra:
@@ -25,11 +26,14 @@ plugins:
25
26
languages:
27
- locale: ru
28
default: true
29
+ link: "/"
30
name: 🇷🇺 RU
31
build: true
32
- locale: en
33
+ link: "/en/"
34
name: 🇺🇸 EN
35
36
+
37
- drawio:
38
darkmode: true
39
- plantuml:
0 commit comments