From b0dad7a579d0fa532680976bab9f7776c900161f Mon Sep 17 00:00:00 2001 From: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:52:46 +0000 Subject: [PATCH 1/2] Viridian -> Cloud Changes to top-level playbooks, addition of playbooks for 5.4, and other changes on this repo to README and search-config to support the change of name from Viridian to Cloud --- README.adoc | 2 +- antora-playbook-local.yml | 6 +++--- antora-playbook.yml | 6 +++--- assembler-playbook-mc-5.0.yml | 4 ++-- assembler-playbook-mc-5.1.yml | 4 ++-- assembler-playbook-mc-5.2.yml | 4 ++-- assembler-playbook-mc-5.3.yml | 4 ++-- assembler-playbook-mc-5.4.yml | 30 ++++++++++++++++++++++++++ assembler-playbook-platform-5-0.yml | 4 ++-- assembler-playbook-platform-5-1.yml | 4 ++-- assembler-playbook-platform-5-2.yml | 4 ++-- assembler-playbook-platform-5-3.yml | 4 ++-- assembler-playbook-platform-5-4.yml | 33 +++++++++++++++++++++++++++++ search-config.json | 2 +- 14 files changed, 87 insertions(+), 24 deletions(-) create mode 100644 assembler-playbook-mc-5.4.yml create mode 100644 assembler-playbook-platform-5-4.yml diff --git a/README.adoc b/README.adoc index 57d9c559..7c79e9aa 100644 --- a/README.adoc +++ b/README.adoc @@ -63,7 +63,7 @@ Source content for the documentation site is marked up in link:{url-asciidoc}[As The current playbooks pull content from the following repositories: - link:{url-hz-docs}[Platform documentation] -- link:{url-cloud-docs}[Viridian Cloud documentation] +- link:{url-cloud-docs}[Cloud documentation] - link:{url-imdg-docs}[IMDG documentation] - link:{url-k8-docs}[Platform Operator documentation] - link:{url-mc-docs}[Management Center documentation] diff --git a/antora-playbook-local.yml b/antora-playbook-local.yml index ddeba815..f758f340 100644 --- a/antora-playbook-local.yml +++ b/antora-playbook-local.yml @@ -35,7 +35,7 @@ content: - url: https://github.com/hazelcast-guides/airline-connections branches: main start_path: docs - - url: https://github.com/hazelcast-guides/sql_basics_on_viridian + - url: https://github.com/hazelcast-guides/sql_basics_on_cloud branches: master start_path: docs - url: https://github.com/hazelcast-guides/Generating-Data-using-SQL @@ -299,8 +299,8 @@ asciidoc: imdg-ops-guide: https://hazelcast.com/resources/hazelcast-deployment-operations-guide/ jet-docs: https://jet-start.sh/ docs-archive: 'https://hazelcast.org/imdg/download/archives/' - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/antora-playbook.yml b/antora-playbook.yml index 95e5aad6..4b848e09 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -41,7 +41,7 @@ content: - url: https://github.com/hazelcast-guides/Generating-Data-using-SQL branches: master start_path: docs - - url: https://github.com/hazelcast-guides/sql_basics_on_viridian + - url: https://github.com/hazelcast-guides/sql_basics_on_cloud branches: master start_path: docs - url: https://github.com/hazelcast-guides/Stream-Processing-Intro @@ -314,8 +314,8 @@ asciidoc: imdg-ops-guide: https://hazelcast.com/resources/hazelcast-deployment-operations-guide/ jet-docs: https://jet-start.sh/ docs-archive: 'https://hazelcast.org/imdg/download/archives/' - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-mc-5.0.yml b/assembler-playbook-mc-5.0.yml index 009beb59..74d7f696 100644 --- a/assembler-playbook-mc-5.0.yml +++ b/assembler-playbook-mc-5.0.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-mc-5.1.yml b/assembler-playbook-mc-5.1.yml index d677c5db..c31a8a34 100644 --- a/assembler-playbook-mc-5.1.yml +++ b/assembler-playbook-mc-5.1.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-mc-5.2.yml b/assembler-playbook-mc-5.2.yml index aaa66be6..bdb6406e 100644 --- a/assembler-playbook-mc-5.2.yml +++ b/assembler-playbook-mc-5.2.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-mc-5.3.yml b/assembler-playbook-mc-5.3.yml index bea4acfe..c58fc31a 100644 --- a/assembler-playbook-mc-5.3.yml +++ b/assembler-playbook-mc-5.3.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-mc-5.4.yml b/assembler-playbook-mc-5.4.yml new file mode 100644 index 00000000..05856116 --- /dev/null +++ b/assembler-playbook-mc-5.4.yml @@ -0,0 +1,30 @@ +site: + title: Documentation + url: https:/docs.hazelcast.com +content: + sources: + - url: https://github.com/hazelcast/management-center-docs + branches: [v/5.4] + start_path: docs +antora: + extensions: + - '@antora/pdf-extension' +ui: + bundle: + url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip + snapshot: true +asciidoc: + attributes: + # Download images from kroki at build time (does not work for inline images) + kroki-fetch-diagram: true + idprefix: '' + # Separate anchor link names by dashes + idseparator: '-' + # Filter out content that doesn't apply to PDF such as embedded scripts + backend-pdf: true + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ + extensions: + - ./lib/tabs-block.js + - ./lib/swagger-ui-block-macro.js + - asciidoctor-kroki diff --git a/assembler-playbook-platform-5-0.yml b/assembler-playbook-platform-5-0.yml index c7cd6aa9..67ce20b5 100644 --- a/assembler-playbook-platform-5-0.yml +++ b/assembler-playbook-platform-5-0.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-platform-5-1.yml b/assembler-playbook-platform-5-1.yml index 5ab36002..ae122b89 100644 --- a/assembler-playbook-platform-5-1.yml +++ b/assembler-playbook-platform-5-1.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-platform-5-2.yml b/assembler-playbook-platform-5-2.yml index c287d1c0..047a4d72 100644 --- a/assembler-playbook-platform-5-2.yml +++ b/assembler-playbook-platform-5-2.yml @@ -22,8 +22,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-platform-5-3.yml b/assembler-playbook-platform-5-3.yml index 41ab9b03..4646e110 100644 --- a/assembler-playbook-platform-5-3.yml +++ b/assembler-playbook-platform-5-3.yml @@ -25,8 +25,8 @@ asciidoc: idseparator: '-' # Filter out content that doesn't apply to PDF such as embedded scripts backend-pdf: true - hazelcast-cloud: Viridian Cloud - page-cloud-console: https://viridian.hazelcast.com/ + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ extensions: - ./lib/tabs-block.js - ./lib/swagger-ui-block-macro.js diff --git a/assembler-playbook-platform-5-4.yml b/assembler-playbook-platform-5-4.yml new file mode 100644 index 00000000..16e15bad --- /dev/null +++ b/assembler-playbook-platform-5-4.yml @@ -0,0 +1,33 @@ +site: + title: Documentation + url: https:/docs.hazelcast.com +content: + sources: + - url: https://github.com/serdaro/hz-docs + branches: [54-pdf] + start_path: docs +# - url: https://github.com/hazelcast/hz-docs +# branches: [v/5.3] +# start_path: docs +antora: + extensions: + - '@antora/pdf-extension' +ui: + bundle: + url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip + snapshot: true +asciidoc: + attributes: + # Download images from kroki at build time (does not work for inline images) + kroki-fetch-diagram: true + idprefix: '' + # Separate anchor link names by dashes + idseparator: '-' + # Filter out content that doesn't apply to PDF such as embedded scripts + backend-pdf: true + hazelcast-cloud: Cloud + page-cloud-console: https://cloud.hazelcast.com/ + extensions: + - ./lib/tabs-block.js + - ./lib/swagger-ui-block-macro.js + - asciidoctor-kroki diff --git a/search-config.json b/search-config.json index 6f496a2f..5bbcccd6 100644 --- a/search-config.json +++ b/search-config.json @@ -501,7 +501,7 @@ "selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]", "type": "xpath", "global": true, - "default_value": "Viridian Cloud Managed Services" + "default_value": "Hazelcast Cloud Managed Services" }, "lvl1": { "selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[2]", From b0726844b9bcb15b4abb7885ab100e912a5437a2 Mon Sep 17 00:00:00 2001 From: rebekah-lawrence <142301480+rebekah-lawrence@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:38:02 +0000 Subject: [PATCH 2/2] Belt and braces Should already be in PR from Serdar's updates, but just to be sure to be sure --- antora-playbook-local.yml | 2 +- antora-playbook.yml | 2 +- assembler-playbook-platform-5-4.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora-playbook-local.yml b/antora-playbook-local.yml index f758f340..abf3bbbf 100644 --- a/antora-playbook-local.yml +++ b/antora-playbook-local.yml @@ -35,7 +35,7 @@ content: - url: https://github.com/hazelcast-guides/airline-connections 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_path: docs - url: https://github.com/hazelcast-guides/Generating-Data-using-SQL diff --git a/antora-playbook.yml b/antora-playbook.yml index 4b848e09..0e89e5c3 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -41,7 +41,7 @@ content: - url: https://github.com/hazelcast-guides/Generating-Data-using-SQL branches: master 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_path: docs - url: https://github.com/hazelcast-guides/Stream-Processing-Intro diff --git a/assembler-playbook-platform-5-4.yml b/assembler-playbook-platform-5-4.yml index 16e15bad..4646e110 100644 --- a/assembler-playbook-platform-5-4.yml +++ b/assembler-playbook-platform-5-4.yml @@ -4,7 +4,7 @@ site: content: sources: - url: https://github.com/serdaro/hz-docs - branches: [54-pdf] + branches: [53-pdf] start_path: docs # - url: https://github.com/hazelcast/hz-docs # branches: [v/5.3]