@@ -3,6 +3,7 @@ copyright: Copyright ©️ 2025 VK Tech
33repo_name : tarantool/tarantool-java-sdk
44repo_url : https://github.com/tarantool/tarantool-java-sdk
55site_url : https://tarantool.github.io/tarantool-java-sdk/
6+ docs_dir : site-src
67strict : true
78
89extra :
@@ -99,52 +100,53 @@ nav:
99100 - Главная :
100101 - index.md
101102 - Документация :
102- - documentation /index.md
103+ - pages /index.md
103104 - Spring Data :
104- - documentation /spring-data/index.md
105- - documentation /spring-data/configuration.md
106- - documentation /spring-data/repository.md
107- - documentation /spring-data/derived-methods.md
108- - documentation /spring-data/sort.md
109- - documentation /spring-data/query-lua.md
110- - documentation /spring-data/page-slice-pageable.md
111- - documentation /spring-data/scroll-api.md
105+ - pages /spring-data/index.md
106+ - pages /spring-data/configuration.md
107+ - pages /spring-data/repository.md
108+ - pages /spring-data/derived-methods.md
109+ - pages /spring-data/sort.md
110+ - pages /spring-data/query-lua.md
111+ - pages /spring-data/page-slice-pageable.md
112+ - pages /spring-data/scroll-api.md
112113 - Высокоуровневый клиент :
113- - documentation /client/index.md
114+ - pages /client/index.md
114115 - Архитектура :
115- - documentation /client/arch/index.md
116- - documentation /client/arch/high-level-arch.md
117- - documentation /client/arch/heartbeat.md
118- - documentation /client/arch/balancer.md
119- - documentation /client/arch/connection-pool.md
120- - documentation /client/arch/instance-connection-group.md
121- - documentation /client/arch/exception-handling.md
122- - documentation /client/arch/connection-to-multiple-nodes.md
123- - documentation /client/arch/call.md
124- - documentation /client/arch/tuple_pojo_mapping.md
116+ - pages /client/arch/index.md
117+ - pages /client/arch/high-level-arch.md
118+ - pages /client/arch/heartbeat.md
119+ - pages /client/arch/balancer.md
120+ - pages /client/arch/connection-pool.md
121+ - pages /client/arch/instance-connection-group.md
122+ - pages /client/arch/exception-handling.md
123+ - pages /client/arch/connection-to-multiple-nodes.md
124+ - pages /client/arch/call.md
125+ - pages /client/arch/tuple_pojo_mapping.md
125126 - Примеры использования :
126- - documentation /client/examples/index.md
127+ - pages /client/examples/index.md
127128 - Подключение к узлам :
128- - documentation /client/examples/connection/index.md
129- - documentation /client/examples/connection/single-node.md
129+ - pages /client/examples/connection/index.md
130+ - pages /client/examples/connection/single-node.md
130131 - Tarantool Testcontainers :
131- - documentation /testcontainers/index.md
132+ - pages /testcontainers/index.md
132133 - Одиночный узел :
133- - documentation /testcontainers/single/index.md
134- - documentation /testcontainers/single/single-node-testcontainers-arch.md
135- - documentation /testcontainers/single/single-node-testcontainers-standard-impl.md
136- - documentation /testcontainers/single/single-node-testcontainers-standard-impl-example.md
134+ - pages /testcontainers/single/index.md
135+ - pages /testcontainers/single/single-node-testcontainers-arch.md
136+ - pages /testcontainers/single/single-node-testcontainers-standard-impl.md
137+ - pages /testcontainers/single/single-node-testcontainers-standard-impl-example.md
137138 - Кластер TarantoolDB :
138- - documentation /testcontainers/tdb/index.md
139- - documentation /testcontainers/tdb/tdb-cluster-testcontainers-arch.md
140- - documentation /testcontainers/tdb/tdb2-cluster-testcontainers-standard-impl.md
141- - documentation /testcontainers/tdb/tdb2-cluster-testcontainers-standard-impl-example.md
139+ - pages /testcontainers/tdb/index.md
140+ - pages /testcontainers/tdb/tdb-cluster-testcontainers-arch.md
141+ - pages /testcontainers/tdb/tdb2-cluster-testcontainers-standard-impl.md
142+ - pages /testcontainers/tdb/tdb2-cluster-testcontainers-standard-impl-example.md
142143 - Кластер TQE :
143- - documentation /testcontainers/tqe/index.md
144- - documentation /testcontainers/tqe/tqe-cluster-arch.md
145- - documentation /testcontainers/tqe/tqe-cluster-example.md
144+ - pages /testcontainers/tqe/index.md
145+ - pages /testcontainers/tqe/tqe-cluster-arch.md
146+ - pages /testcontainers/tqe/tqe-cluster-example.md
146147
147148markdown_extensions :
149+ - md_in_html
148150 - tables
149151 - admonition
150152 - pymdownx.details
@@ -165,7 +167,7 @@ markdown_extensions:
165167 - pymdownx.inlinehilite
166168 - pymdownx.snippets :
167169 check_paths : true
168- base_path : docs/documentation/examples
170+ base_path : site-src/java/src
169171 - def_list
170172 - pymdownx.tasklist :
171173 custom_checkbox : true
0 commit comments