diff --git a/Dockerfile.jenkins b/Dockerfile.jenkins index 80aa8d2b53..fe7feab118 100644 --- a/Dockerfile.jenkins +++ b/Dockerfile.jenkins @@ -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 && \ 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 && \ diff --git a/antora-playbook.yml b/antora-playbook.yml index 640c866d5d..b9c4007fef 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -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] @@ -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