Skip to content

Commit

Permalink
DOCS-581_Clients_Section (#128)
Browse files Browse the repository at this point in the history
* DOCS-581_Clients_Section

* DOCS-581 Tidy Up
  • Loading branch information
angelasimms authored Aug 18, 2023
1 parent 781054e commit f4777ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
* xref:get-started.adoc[Hello World]
* xref:tutorials.adoc[Tutorials]
.Develop Applications
.Clients and Connectivity
* xref:developer-guide.adoc[Developer Guide]
* xref:authorize-connections.adoc[Connectivity]
** xref:ip-white-list.adoc[IP Whitelist]
* xref:developer.adoc[API keys]
.Develop Applications
* xref:connect-to-cluster.adoc[Connect to a Cluster]
* xref:connector-wizard.adoc[Connector Wizard]
** xref:kafka-connections.adoc[Kafka Data Connections]
*** xref:create-kafka-connection.adoc[Create a Data Connection]
Expand All @@ -18,7 +24,6 @@
*** xref:add-postgres-mapping.adoc[Add a Mapping]
*** xref:delete-postgres-connection.adoc[Delete a Data Connection]
** xref:imap-connections.adoc[IMap Mappings]
* xref:connect-to-cluster.adoc[Connect to a Cluster]
* xref:cluster-side-modules.adoc[Cluster-Side Modules]
** xref:maploader-and-mapstore.adoc[MapStore]
** xref:custom-classes-upload.adoc[Deploy Modules]
Expand All @@ -31,17 +36,12 @@
* xref:create-account.adoc[Create an Account]
* xref:delete-account.adoc[Delete an Account]
* xref:multi-factor-authentication.adoc[Multi-Factor Authentication]
* xref:developer.adoc[API keys]
* xref:payment-methods.adoc[Billing and Payments]
.Manage Clusters
* xref:create-clusters.adoc[Create]
** xref:create-serverless-cluster.adoc[Create a Standard Cluster]
** xref:create-dedicated-cluster.adoc[Create a Dedicated Cluster]
* xref:authorize-connections.adoc[Authorize]
** xref:ip-white-list.adoc[IP Whitelist]
//** VPC Peering
//*** xref:aws-vpc-peering.adoc[AWS VPC Peering]
* xref:connect-to-cluster.adoc[Connect]
* xref:stop-and-resume.adoc[Pause and Resume]
* xref:deleting-a-cluster.adoc[Delete]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/authorize-connections.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Authorizing Client Connections
= Client Connections
:description: You can restrict access to your cluster to allow only authorized clients to connect to it.

{description}
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/developer-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ To start developing applications for {hazelcast-cloud}, see the following topics

* xref:connect-to-cluster.adoc[]
* xref:cluster-side-modules.adoc[]
* xref:connector-wizard.adoc[]
* xref:logging.adoc[]
* xref:tools.adoc[]

0 comments on commit f4777ef

Please sign in to comment.