Skip to content

Commit

Permalink
Fix CLI version and distro links
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Jul 13, 2021
1 parent ae2211d commit b624eb9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
5 changes: 3 additions & 2 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
distribution-link-windows: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210608.121245-210.zip
distribution-link-mac-linux: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210608.121245-210.tar.gz
distribution-link-windows: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-mac-linux: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-ee: https://download.hazelcast.com/enterprise/hazelcast-enterprise-5.0-BETA-1.zip
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
5 changes: 3 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ asciidoc:
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
distribution-link-windows: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210504.083718-133.zip
distribution-link-mac-linux: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210504.083718-133.tar.gz
distribution-link-windows: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-mac-linux: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-ee: https://download.hazelcast.com/enterprise/hazelcast-enterprise-5.0-BETA-1.zip
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
5 changes: 3 additions & 2 deletions check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ asciidoc:
# Separate anchor link names by dashes
idseparator: '-'
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
distribution-link-windows: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210504.083718-133.zip
distribution-link-mac-linux: https://oss.sonatype.org/content/repositories/snapshots/com/hazelcast/hazelcast-distribution/5.0-SNAPSHOT/hazelcast-distribution-5.0-20210504.083718-133.tar.gz
distribution-link-windows: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-mac-linux: https://download.hazelcast.com/download.jsp?version=hazelcast-5.0-BETA-1&p=
distribution-link-ee: https://download.hazelcast.com/enterprise/hazelcast-enterprise-5.0-BETA-1.zip
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ asciidoc:
attributes:
page-toclevels: 1@
page-ghissue: https://github.com/hazelcast/hz-docs/issues/new
page-latest-supported-cli: 4.2021.03.1
page-latest-supported-cli: 5.2021.07
page-latest-supported-mc: 5.0-SNAPSHOT
page-latest-supported-java-client: 5.0-SNAPSHOT
# The Go client does not follow the same versioning as the Hazelcast member software
Expand Down
11 changes: 5 additions & 6 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
= Hazelcast Overview

Hazelcast is a software application platform that integrates in-memory
data grid (storage engine) and in-memory stream processing (streaming engine)
in a single solution. As a data processing layer, it sits between the applications and both the
Hazelcast is a software application platform with an integrated in-memory
data grid (storage engine) and a batch and stream processor (streaming engine). As a data processing layer, it sits between the applications and both the
stored and streaming data. It can run on-premises, on cloud and at the edge,
and works seamlessly with existing application and data layers including popular databases.

Hazelcast’s storage and streaming engines process data on a set of networked and
Hazelcast can process data on a set of networked and
clustered computers that pool together their random access memories (RAM) to let
applications share data with other applications running in the cluster. When data
is stored in RAM, applications run a lot faster since it does not need to be
Expand Down Expand Up @@ -117,7 +116,7 @@ When it comes to streaming data, they come from sources like files, Apache Kafka
and they are born in the moment. Hazelcast captures this data in the moment and effectively
processes it on the wire. And this makes Hazelcast a real-time processing platform.

The unique capability of Hazelcast is its ability to process both stored and streaming data,
The unique capability of Hazelcast is its ability to process both batch and streaming data,
with low latency and in real-time, enabling transactional and analytical processing.

== Hazelcast Editions and Features
Expand Down Expand Up @@ -173,7 +172,7 @@ Community support is for every Hazelcast user. You can use the following channel

=== Customer Support

Customer support is for the paying Hazelcast customers.
Customer support is for paying Hazelcast customers.
See https://hazelcast.com/services/support/[hazelcast.com^] for the support options.
A support subscription from Hazelcast will allow you to get the most value out of your
selection of Hazelcast. Our customers benefit from rapid response times to technical
Expand Down

0 comments on commit b624eb9

Please sign in to comment.