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
1 change: 1 addition & 0 deletions Dockerfile.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN addgroup -g $GROUP_ID jenkins && \
yarn global add --ignore-optional --silent git+https://gitlab.com/opendevise/oss/antora-site-generator-ms#as-extension && \
yarn global add --ignore-optional --silent asciidoctor-kroki && \
yarn global add --ignore-optional --silent asciidoctor-external-callout@1.2.0 && \
yarn global add --ignore-optional --silent https://yarn.pm/@asciidoctor/tabs && \
Copy link
Contributor

Choose a reason for hiding this comment

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

The Asciidoctor Tabs dependency should not be prefixed with https://yarn.pm/.

yarn global add --ignore-optional --silent markdown-it && \
yarn global add --ignore-optional --silent yaml && \
apk add --no-cache --quiet --virtual .build-deps py3-pip && \
Expand Down
6 changes: 3 additions & 3 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ asciidoc:
idprefix: '@'
idseparator: '-@'
tabs: tabs
tabs-sync-option: true
toc: ~
xrefstyle: short
enterprise: https://www.couchbase.com/products/editions[ENTERPRISE EDITION]
Expand All @@ -191,10 +192,9 @@ asciidoc:
- ./lib/template-block.js
- asciidoctor-kroki
- asciidoctor-external-callout
- '@asciidoctor/tabs'
ui:
bundle:
url: https://github.com/couchbase/docs-ui/releases/download/prod-165/ui-bundle.zip
#url: https://deploy-preview-xxx--cb-docs-ui.netlify.app/dist/ui-bundle.zip
#snapshot: true
url: https://github.com/couchbase/docs-ui/releases/download/prod-167/ui-bundle.zip
output:
dir: ./public