diff --git a/antora-playbook-local.yml b/antora-playbook-local.yml index 0c62e58c4..591b216b0 100644 --- a/antora-playbook-local.yml +++ b/antora-playbook-local.yml @@ -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 diff --git a/antora-playbook.yml b/antora-playbook.yml index 8b04f64b3..d71f0cc43 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -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 \ No newline at end of file diff --git a/check-links-playbook.yml b/check-links-playbook.yml index b87b53587..fe1f81381 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -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 diff --git a/docs/antora.yml b/docs/antora.yml index 53991f7bc..9fa4b1410 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -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 diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3f080d9c8..fb19057a4 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -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 @@ -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 @@ -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