Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Kapa on docs build #379

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ content:
- url: .
start_paths: [home, tutorials]
branches: HEAD
- url: https://github.com/hazelcast/hz-docs
branches: [main, v/*]
start_path: docs
# - url: https://github.com/hazelcast/hz-docs
# branches: [main, v/*]
# start_path: docs
- url: ../hz-flow-docs
branches: [flow-content-v1]
start_path: docs
- url: https://github.com/hazelcast/imdg-docs
branches: [v/*]
start_path: docs
Expand Down
53 changes: 36 additions & 17 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
site:
title: Documentation
title: Documentation (Internal with Kapa)
start_page: home::index.adoc
url: https://docs.hazelcast.com
keys:
google_analytics: 'GTM-MQ59XD6'
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
ai_search_id: 'ad664bf0-07e2-42e7-9150-2e1b04b15cca'
urls:
html_extension_style: drop
content:
sources:
- url: .
start_paths: [home, tutorials]
branches: HEAD
- url: https://github.com/hazelcast/hz-flow-docs
branches: [flow-content-v1]
start_path: docs
- url: https://github.com/hazelcast/hz-docs
branches: [main, v/*]
start_path: docs
Expand Down Expand Up @@ -188,7 +192,7 @@ content:
branches: master
start_path: docs
- url: https://github.com/hazelcast/hazelcast-mono
branches: [master]
branches: [master, 5.5.z]
start_path: docs/rest
- url: https://github.com/hazelcast/management-center
branches: [master, 5.4.0, 5.5.0]
Expand Down Expand Up @@ -238,7 +242,7 @@ antora:
trace: true
componentversions:
- name: hazelcast
version: '5.5-snapshot'
version: '6.0-snapshot'
mappings:
- module: maintain-cluster
family: attachment
Expand All @@ -249,8 +253,23 @@ antora:
branch:
includes:
- 'master'
- require: '@djencks/antora-aggregate-collector'
trace: true
componentversions:
- name: hazelcast
version: '5.5'
mappings:
- module: maintain-cluster
family: attachment
origin:
url:
include:
- '**/hazelcast/hazelcast-mono'
branch:
includes:
- '5.5.z'
- name: management-center
version: '5.5-snapshot'
version: '6.0-snapshot'
mappings:
- module: integrate
family: attachment
Expand All @@ -260,9 +279,9 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- 'master'
- 'master'
- name: management-center
version: '5.3'
version: '5.5'
mappings:
- module: integrate
family: attachment
Expand All @@ -272,9 +291,9 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.3.0'
- '5.5.0'
- name: management-center
version: '5.2'
version: '5.3'
mappings:
- module: integrate
family: attachment
Expand All @@ -284,9 +303,9 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.2.z'
- '5.3.0'
- name: management-center
version: '5.1'
version: '5.2'
mappings:
- module: integrate
family: attachment
Expand All @@ -296,21 +315,21 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.1.z'
- '5.2.z'
- name: management-center
version: '5.4'
version: '5.1'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/hazelcast/management-center'
branch:
includes:
- '5.4.0'
branch:
includes:
- '5.1.z'
- name: management-center
version: "5.5"
version: '5.4'
mappings:
- module: integrate
family: attachment
Expand All @@ -320,7 +339,7 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- 5.5.0
- '5.4.0'
- require: ./lib/api_json.js
tags:
- Favorites
Expand Down