From 5f5f04e73f4d37e9a5572cbdb579dd10e7624d2a Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Wed, 28 Feb 2024 10:39:27 +0000 Subject: [PATCH] DOCS-791: add K8s persistence links (#1032) * DOCS-765: remove /instances and update examples link * Update docs/modules/configuration/pages/jet-configuration.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/configuration/pages/jet-configuration.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * Update docs/modules/configuration/pages/jet-configuration.adoc Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> * DOCS-792: add K8s persistence links * DOCS-791: add link text * Add SQl rename fix for link checker --------- Co-authored-by: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> --- check-links-playbook.yml | 2 +- docs/modules/storage/pages/configuring-persistence.adoc | 2 ++ docs/modules/storage/pages/persistence.adoc | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index 20dbe06bc..424a941b5 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -21,7 +21,7 @@ content: - url: https://github.com/hazelcast/hazelcast-platform-operator-docs branches: [main] start_path: docs - - url: https://github.com/hazelcast-guides/sql_basics_on_cloud + - url: https://github.com/hazelcast-guides/sql_stock_ticker_cloud branches: master start_paths: docs - url: https://github.com/hazelcast-guides/client-failover diff --git a/docs/modules/storage/pages/configuring-persistence.adoc b/docs/modules/storage/pages/configuring-persistence.adoc index f6a7ba266..7885418b6 100644 --- a/docs/modules/storage/pages/configuring-persistence.adoc +++ b/docs/modules/storage/pages/configuring-persistence.adoc @@ -5,6 +5,8 @@ {description} +NOTE: For information on configuring persistence in Kubernetes environments, see xref:kubernetes:kubernetes-auto-discovery.adoc#running-hazelcast-enterprise-with-persistence-under-kubernetes[Running Hazelcast Enterprise with Persistence under Kubernetes]. + == Glossary [cols="1e,1a"] diff --git a/docs/modules/storage/pages/persistence.adoc b/docs/modules/storage/pages/persistence.adoc index f550f78d2..80df6cd9a 100644 --- a/docs/modules/storage/pages/persistence.adoc +++ b/docs/modules/storage/pages/persistence.adoc @@ -39,4 +39,6 @@ not possible to restore persisted data. xref:configuring-persistence.adoc[] +xref:kubernetes:kubernetes-auto-discovery.adoc#running-hazelcast-enterprise-with-persistence-under-kubernetes[Running Hazelcast Enterprise with Persistence under Kubernetes] + xref:backing-up-persistence.adoc[] \ No newline at end of file