Skip to content
Merged
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
8 changes: 8 additions & 0 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion modules/guides/partials/example-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading