From 68befb4360e5f9a55ab71b88ae2cb8511d60ad7d Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Wed, 15 Jan 2025 12:31:13 +0000 Subject: [PATCH 1/2] [DOC-12904]: Feedback on Read Documents | Couchbase Docs Update Couchbase C client API URL in example attributes Replaced the outdated API URL with the correct link to ensure accurate reference for users. --- modules/guides/partials/example-attributes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/guides/partials/example-attributes.adoc b/modules/guides/partials/example-attributes.adoc index b2c9184f6..b054dcb64 100644 --- a/modules/guides/partials/example-attributes.adoc +++ b/modules/guides/partials/example-attributes.adoc @@ -28,7 +28,7 @@ :connect-cloud-example: pass:q[The example below connects to a Couchbase Capella instance over a secure connection with a client certificate.] // API Links -:cbc-api-url: pass:q[For further details, refer to https://docs.couchbase.com/sdk-api/couchbase-c-client/md_doc_cbc.html[cbc(1)^].] +:cbc-api-url: pass:q[For further details, refer to https://docs.couchbase.com/sdk-api/couchbase-c-client/md_doc_2cbc.html[cbc(1)^].] :cbc-subdoc-api-url: pass:q[For further details, refer to https://docs.couchbase.com/sdk-api/couchbase-c-client/md_doc_cbc_subdoc.html[cbc-subdoc(1)^].] :dotnet-api-url: https://docs.couchbase.com/sdk-api/couchbase-net-client/api :java-api-url: https://docs.couchbase.com/sdk-api/couchbase-java-client/com/couchbase/client/java From b8082dc8d930e777ddb8b5cb2cd15cf4fe988db2 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Thu, 16 Jan 2025 09:54:50 +0000 Subject: [PATCH 2/2] add preview clause to fix start_page --- antora.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/antora.yml b/antora.yml index 35227f7b6..34abfa58f 100644 --- a/antora.yml +++ b/antora.yml @@ -4,3 +4,11 @@ asciidoc: attributes: ui-name: Server Web Console product-name: Server +ext: + preview: + HEAD: + sources: + docs-server: + branches: release/7.6 + override: + startPage: server:introduction:intro.adoc