From 8b338bdcd6ae0dee5f29dde17f9f0fd540cdaa24 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Wed, 22 Mar 2023 09:48:50 +0100 Subject: [PATCH 1/6] using the new branch --- antora-playbook.yml | 2 +- local-antora-playbook.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 1644df57d..cc3e2ee0f 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -64,7 +64,7 @@ content: - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - main + - idea/overview-diagram - release-23.1 - distributed-component-compat - old-release-docs/0.8 diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 3c9eb92ae..457f8f925 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -63,7 +63,7 @@ content: - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - main + - idea/overview-diagram - release-23.1 - distributed-component-compat - old-release-docs/0.8 From 7f840601134a92c78eb2e7242bb64b983da72303 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Wed, 22 Mar 2023 10:35:21 +0100 Subject: [PATCH 2/6] fixed some refs --- modules/concepts/pages/s3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/concepts/pages/s3.adoc b/modules/concepts/pages/s3.adoc index a6cfb3b9c..7551288b4 100644 --- a/modules/concepts/pages/s3.adoc +++ b/modules/concepts/pages/s3.adoc @@ -3,7 +3,7 @@ // -------------- Intro ---------------- Many of the tools on the Stackable platform integrate with S3 storage in some way. -For example Druid can xref:druid:usage.adoc#_s3_for_ingestion[ingest data from S3] and also xref:druid:usage.adoc##_s3_deep_storage[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data. +For example Druid can xref:druid:usage-guide/ingestion.adoc#S3[ingest data from S3] and also xref:druid:usage-guide/deep-storage.adoc#S3[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data. == S3Connection and S3Bucket // introducing the objects From cebb932463f82b5e0ab53b0d59262e25d8d755cd Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Wed, 22 Mar 2023 10:41:45 +0100 Subject: [PATCH 3/6] fixed some refs --- modules/concepts/pages/opa.adoc | 2 +- modules/concepts/pages/s3.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/concepts/pages/opa.adoc b/modules/concepts/pages/opa.adoc index 546766c3b..66cb78721 100644 --- a/modules/concepts/pages/opa.adoc +++ b/modules/concepts/pages/opa.adoc @@ -83,6 +83,6 @@ Read more about the xref:opa:index.adoc[]. Read more about product integration w * xref:trino:usage_guide/security.adoc#_authorization[Trino] * xref:kafka:usage.adoc[Kafka] -* xref:druid:usage.adoc#_using_open_policy_agent_opa_for_authorization[Druid] +* xref:druid:usage-guide/security.adoc#authorization[Druid] You can also have a look at the xref:contributor:opa_configuration.adoc[implementation guidelines for OPA authorizers] or learn more about the xref:service_discovery.adoc[service discovery mechanism] used across the platform. diff --git a/modules/concepts/pages/s3.adoc b/modules/concepts/pages/s3.adoc index 7551288b4..c95d6ecf0 100644 --- a/modules/concepts/pages/s3.adoc +++ b/modules/concepts/pages/s3.adoc @@ -3,7 +3,7 @@ // -------------- Intro ---------------- Many of the tools on the Stackable platform integrate with S3 storage in some way. -For example Druid can xref:druid:usage-guide/ingestion.adoc#S3[ingest data from S3] and also xref:druid:usage-guide/deep-storage.adoc#S3[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data. +For example Druid can xref:druid:usage-guide/ingestion.adoc#s3[ingest data from S3] and also xref:druid:usage-guide/deep-storage.adoc#s3[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data. == S3Connection and S3Bucket // introducing the objects From 584869e1efa5a40c334a69030a083beda69cd038 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Wed, 22 Mar 2023 10:45:53 +0100 Subject: [PATCH 4/6] branch --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index cc3e2ee0f..0c51007aa 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -17,7 +17,7 @@ content: sources: - url: https://github.com/stackabletech/documentation.git branches: - - HEAD + - spike/druid-overview - release/23.1 - release/22.11 - release/22.09 From 1dbab44b76c35048ca38b7a57e00c1fae83016df Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Mon, 27 Mar 2023 11:31:01 +0200 Subject: [PATCH 5/6] undo temporary changes --- antora-playbook.yml | 4 ++-- local-antora-playbook.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 0c51007aa..afe9877ec 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -17,7 +17,7 @@ content: sources: - url: https://github.com/stackabletech/documentation.git branches: - - spike/druid-overview + - main - release/23.1 - release/22.11 - release/22.09 @@ -64,7 +64,7 @@ content: - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - idea/overview-diagram + - main - release-23.1 - distributed-component-compat - old-release-docs/0.8 diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 457f8f925..3c9eb92ae 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -63,7 +63,7 @@ content: - url: https://github.com/stackabletech/druid-operator.git start_path: docs branches: - - idea/overview-diagram + - main - release-23.1 - distributed-component-compat - old-release-docs/0.8 From f9a4f7fc250e1692c6e3f90b486f697d54ba9b50 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Mon, 27 Mar 2023 11:31:28 +0200 Subject: [PATCH 6/6] undo temporary changes --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index afe9877ec..1644df57d 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -17,7 +17,7 @@ content: sources: - url: https://github.com/stackabletech/documentation.git branches: - - main + - HEAD - release/23.1 - release/22.11 - release/22.09