Skip to content

Commit 7b39c13

Browse files
committed
fix(doc): language selector
Closes #19
1 parent 69b57c1 commit 7b39c13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

documentation/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ site_name: Tarantool Java SDK
22
copyright: Copyright ©️ 2025 VK Tech
33
repo_name: tarantool/tarantool-java-sdk
44
repo_url: https://github.com/tarantool/tarantool-java-sdk
5+
site_url: https://tarantool.github.io/tarantool-java-sdk/
56
strict: true
67

78
extra:
@@ -25,11 +26,14 @@ plugins:
2526
languages:
2627
- locale: ru
2728
default: true
29+
link: "/"
2830
name: 🇷🇺 RU
2931
build: true
3032
- locale: en
33+
link: "/en/"
3134
name: 🇺🇸 EN
3235
build: true
36+
3337
- drawio:
3438
darkmode: true
3539
- plantuml:

0 commit comments

Comments
 (0)