Skip to content

Commit c53bbe0

Browse files
committed
Backport to 5.5 of DOC-532: update Enterprise overview, editions and quickstarts (#1784)
Following Enterprise Content plan to clarify and improve Enterprise positioning, benefits and onboarding: - [x] Add Features & Benefits table to Enterprise Overview AKA Editions - [x] Merge Get Started with Enterprise with Persist Map Entries tutorial - [ ] Refine and save tutorial template (separate PR) - [x] Correct and improve other EE GS tutorials - [x] Review and correct licensing / install info - [x] Check and correct terminology - [x] Apply Google Style Guide - [x] Update screenshots - [x] _Change license key to secret?_ Add tip and link to PO tutorial Closes [1833](#1833), [1836](#1836)
1 parent 4f882f5 commit c53bbe0

34 files changed

+2239
-1055
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
11
.Get started
22
* xref:whats-new.adoc[What's new in 5.5]
33
* 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
66
* Start a local cluster
77
** xref:getting-started:get-started-docker.adoc[Docker]
88
** xref:getting-started:get-started-cli.adoc[CLI]
99
** 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
1625
* Get started with SQL
1726
** xref:sql:get-started-sql.adoc[]
1827
** xref:sql:learn-sql.adoc[]
1928
** 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[]
2232
2333
.Install and upgrade
2434
// Overview
@@ -167,6 +177,18 @@ include::cp-subsystem:partial$nav.adoc[]
167177
include::data-connections:partial$nav.adoc[]
168178
include::wan:partial$nav.adoc[]
169179
* 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
170192
* xref:extending-hazelcast:extending-hazelcast.adoc[]
171193
** xref:extending-hazelcast:operationparker.adoc[]
172194
** xref:extending-hazelcast:discovery-spi.adoc[]

docs/modules/ROOT/pages/ask-ai.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Ask AI
2-
:description: Use our Ask AI feature to get instant answers to technical questions.
2+
:description: Use our Ask AI feature to get instant answers to technical questions and help troubleshoot problems.
33

44
{description}
55

docs/modules/ROOT/pages/capacity-planning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ or asynchronous xref:data-structures:backing-up-maps.adoc[backups]?
3737
required to accommodate the data, both existing and new. Usually an eviction mechanism keeps
3838
the map/cache size in check, but the eviction itself does not always clear the memory almost
3939
immediately. Therefore, the answers to this question gives a good insight.
40-
* Are you using multiple clusters (which may involve xref:wan:wan.adoc[WAN Replication])?
40+
* Are you using multiple clusters (which may involve xref:getting-started:wan-replication-tutorial.adoc[WAN Replication])?
4141
* What are the throughput and latency requirements?
4242
** The answer should be about Hazelcast access, not the application throughput.
4343
For example, an application may plan for 10,000 user TPS but each user

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Also, Hazelcast can be used as a cache for applications based on the Spring Fram
7575
shared data in real time.
7676

7777
You can have multiple Hazelcast clusters at different locations in sync
78-
by replicating their state over WAN environments. See the xref:wan:wan.adoc[Synchronizing Data Across a WAN section].
78+
by replicating their state over WAN environments. See the xref:getting-started:wan-replication-tutorial.adoc[Synchronizing Data Across a WAN section].
7979

8080
You can listen to the events happening in the cluster, on the data structures and clients so that
8181
you are notified when those events happen. See the xref:events:distributed-events.adoc[Distributed Events section].

docs/modules/ROOT/pages/what-is-hazelcast.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Also, Hazelcast can be used as a cache for applications based on the Spring Fram
7575
shared data in real time.
7676

7777
You can have multiple Hazelcast clusters at different locations in sync
78-
by replicating their state over WAN environments. See the xref:wan:wan.adoc[Synchronizing Data Across a WAN section].
78+
by replicating their state over WAN environments. See the xref:getting-started:wan-replication-tutorial.adoc[Synchronizing Data Across a WAN section].
7979

8080
You can listen to the events happening in the cluster, on the data structures and clients so that
8181
you are notified when those events happen. See the xref:events:distributed-events.adoc[Distributed Events section].

docs/modules/architecture/pages/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cooperatively diagnose the state and immediately take over the responsibility
3939
of the failed member. To determine if a member is unreachable or crashed, Hazelcast
4040
provides built-in xref:clusters:failure-detector-configuration.adoc[failure detectors].
4141

42-
Hazelcast also provides replication over WAN for high availability. You can have deployments across multiple data centers using the xref:wan:wan.adoc[WAN replication] mechanism which offers protection against a data center or wider network failures.
42+
Hazelcast also provides replication over WAN for high availability. You can have deployments across multiple data centers using the xref:getting-started:wan-replication-tutorial.adoc[WAN replication] mechanism which offers protection against a data center or wider network failures.
4343

4444
== AP/CP
4545

0 commit comments

Comments
 (0)