|
1 | 1 | .Get started
|
2 | 2 | * xref:whats-new.adoc[What's new in 5.5]
|
3 | 3 | * xref:what-is-hazelcast.adoc[What is Hazelcast Platform]
|
4 |
| -* xref:ask-ai.adoc[] |
5 |
| -* xref:getting-started:editions.adoc[Available versions] |
| 4 | +* xref:getting-started:editions.adoc[Hazelcast editions] |
| 5 | +// Getting started |
6 | 6 | * Start a local cluster
|
7 | 7 | ** xref:getting-started:get-started-docker.adoc[Docker]
|
8 | 8 | ** xref:getting-started:get-started-cli.adoc[CLI]
|
9 | 9 | ** xref:getting-started:get-started-binary.adoc[Binary]
|
10 |
| -** xref:getting-started:get-started-java.adoc[Java Embedded] |
11 |
| -* xref:getting-started:enterprise-overview.adoc[Get started with Enterprise Edition] |
12 |
| -** xref:getting-started:persistence.adoc[] |
13 |
| -** xref:getting-started:authenticate-clients.adoc[] |
14 |
| -** xref:getting-started:wan.adoc[] |
15 |
| -** xref:getting-started:blue-green.adoc[] |
| 10 | +** xref:getting-started:get-started-java.adoc[Java embedded] |
| 11 | +// Enterprise |
| 12 | +* xref:getting-started:get-started-enterprise.adoc[Get started with Enterprise] |
| 13 | +** xref:getting-started:authenticate-client-tutorial.adoc[] |
| 14 | +** xref:getting-started:wan-replication-tutorial.adoc[Replicate map across WAN clusters] |
| 15 | +** xref:getting-started:deploy-blue-green-tutorial.adoc[] |
| 16 | +// Clients |
| 17 | +* xref:clients:hazelcast-clients.adoc[Get started with clients] |
| 18 | +** xref:clients:java-client-getting-started.adoc[Get started with Java] |
| 19 | +** xref:clients:csharp-client-getting-started.adoc[Get started with .NET] |
| 20 | +** xref:clients:python-client-getting-started.adoc[Get started with Python] |
| 21 | +** xref:clients:cpp-client-getting-started.adoc[Get started with {cpp}] |
| 22 | +** xref:clients:go-client-getting-started.adoc[Get started with Go] |
| 23 | +** xref:clients:nodejs-client-getting-started.adoc[Get started with Node.js] |
| 24 | +// SQL |
16 | 25 | * Get started with SQL
|
17 | 26 | ** xref:sql:get-started-sql.adoc[]
|
18 | 27 | ** xref:sql:learn-sql.adoc[]
|
19 | 28 | ** xref:sql:get-started-sql-files.adoc[]
|
20 |
| -* xref:clients:hazelcast-clients.adoc[Get started with a Hazelcast Client] |
21 |
| -* xref:getting-started:support.adoc[] |
| 29 | +// Support |
| 30 | +* xref:getting-started:support.adoc[Get support] |
| 31 | +* xref:ask-ai.adoc[] |
22 | 32 |
|
23 | 33 | .Install and upgrade
|
24 | 34 | // Overview
|
@@ -167,6 +177,18 @@ include::cp-subsystem:partial$nav.adoc[]
|
167 | 177 | include::data-connections:partial$nav.adoc[]
|
168 | 178 | include::wan:partial$nav.adoc[]
|
169 | 179 | * xref:cluster-performance:thread-per-core-tpc.adoc[]
|
| 180 | +// Synchronizing data across clusters |
| 181 | +* Synchronizing data across clusters |
| 182 | +** xref:getting-started:wan-replication-tutorial.adoc[WAN Replication Overview] |
| 183 | +** xref:wan:modes.adoc[] |
| 184 | +** xref:wan:quick-start.adoc[] |
| 185 | +** xref:wan:defining-wan-replication.adoc[] |
| 186 | +** xref:wan:configuring-for-map-and-cache.adoc[] |
| 187 | +** xref:wan:advanced-features.adoc[] |
| 188 | +** xref:wan:tuning.adoc[] |
| 189 | +** xref:wan:failures.adoc[] |
| 190 | +** xref:wan:rest-api.adoc[] |
| 191 | +// Extending Hazelcast |
170 | 192 | * xref:extending-hazelcast:extending-hazelcast.adoc[]
|
171 | 193 | ** xref:extending-hazelcast:operationparker.adoc[]
|
172 | 194 | ** xref:extending-hazelcast:discovery-spi.adoc[]
|
|
0 commit comments