Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Sep 20, 2021
1 parent a473675 commit d6916e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asciidoc:
# Download images from kroki at build time (does not work for inline images)
kroki-fetch-diagram: true
# Inlude next and previous links on each page
page-pagination: true
page-pagination: true@
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= Hazelcast Overview
:!page-pagination:

Hazelcast is a distributed computation and storage platform for consistently
low-latency querying, aggregation and stateful computation against event
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/getting-started/pages/quickstart.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Hazelcast Quickstart
:description: Follow this five-minute tutorial to set up a Hazelcast cluster for testing or evaluation purposes. In five minutes, you will learn how to install Hazelcast, start a local cluster, write data to memory and visualize that data.
:!page-pagination:

[[getting-started]]

Expand Down Expand Up @@ -200,7 +201,7 @@ hz-cli console
You'll see that each of the `m.put` lines returns `null`, which means that the data was written to the map.

. In Management Center, go to *Storage* > *Maps*.
+.
+
You should see that your cluster has a map called `my-distributed-map` with three entries (keys and values). You'll also see the total amount of memory that those entries are taking up in your cluster.

== Next Steps
Expand Down

0 comments on commit d6916e8

Please sign in to comment.