Skip to content
Open
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
6 changes: 6 additions & 0 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ start_page: hello-world:overview.adoc
nav:
- modules/ROOT/nav.adoc
server_version: '7.1.2'
ext:
preview:
HEAD:
sources:
docs-sdk-common:
branches: release/7.1.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just ooi, why this branch (4.2 / 7.1.2), and not the latest?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just picked the default branch in Github, maybe we should update that to 4.3? 🤦

7.1.2 because https://github.com/couchbase/docs-sdk-nodejs/blob/release/4.2/modules/project-docs/partials/attributes.adoc#L4 defines version-common as that for this branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update once we don't have to use a temp branch :-/

Loading