From 3d4e3ca4542a5091cdd6a3f2262754cdd78a2f21 Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Wed, 2 Jul 2025 10:56:04 +0530 Subject: [PATCH 1/2] Added note about air-gapped --- .../proc-techdocs-using-odf-storage.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc b/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc index b76e7fe04f..9c988c643e 100644 --- a/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc +++ b/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc @@ -4,7 +4,12 @@ You can configure {odf-name} to store the files that TechDocs generates instead of relying on other cloud storage solutions. -{odf-name} provides an `ObjectBucketClaim` custom resource (CR) that you can use to request an S3 compatible bucket backend. You must install the {odf-name} Operator to use this feature. +{odf-name} provides an `ObjectBucketClaim` custom resource (CR) that you can use to request an S3-compatible bucket backend. You must install the {odf-name} Operator to use this feature. ++ +[NOTE] +==== +For air-gapped environments, using {odf-name} is the recommended method for managing object storage in TechDocs workflows. +==== .Prerequisites From 5c763c9f536ce293fa3ac7c494cfaddc374d0c4a Mon Sep 17 00:00:00 2001 From: Priyanka Abel Date: Wed, 2 Jul 2025 15:40:45 +0530 Subject: [PATCH 2/2] Incorporated Tomas's comment --- .../customizing-techdocs/proc-techdocs-using-odf-storage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc b/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc index 9c988c643e..d6a76639b7 100644 --- a/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc +++ b/modules/customizing-techdocs/proc-techdocs-using-odf-storage.adoc @@ -8,7 +8,7 @@ You can configure {odf-name} to store the files that TechDocs generates instead + [NOTE] ==== -For air-gapped environments, using {odf-name} is the recommended method for managing object storage in TechDocs workflows. +For air-gapped environments, using {odf-name} is the recommended storage for TechDocs. ==== .Prerequisites