Skip to content

Commit d173e1f

Browse files
committed
AV-55075 update tab striping
1 parent 3fa3c57 commit d173e1f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

antora-playbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ asciidoc:
156156
idprefix: '@'
157157
idseparator: '-@'
158158
tabs: tabs
159+
tabs-sync-option: true
159160
toc: ~
160161
page-toclevels: 1@
161162
xrefstyle: short
@@ -182,6 +183,7 @@ asciidoc:
182183
- ./lib/template-block.js
183184
- asciidoctor-kroki
184185
- asciidoctor-external-callout
186+
- '@asciidoctor/tabs'
185187
ui:
186188
bundle:
187189
url: https://github.com/couchbase/docs-ui/releases/download/prod-166/ui-bundle.zip

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@antora/cli": "~3.0",
88
"@antora/site-generator-default": "~3.0",
99
"@antora/site-generator-ms": "git+https://gitlab.com/opendevise/oss/antora-site-generator-ms#as-extension",
10+
"@asciidoctor/tabs": "^1.0.0-beta.5",
1011
"asciidoctor-external-callout": "~1.2.0",
1112
"asciidoctor-kroki": "0.15.4",
1213
"gulp": "~4.0",

0 commit comments

Comments
 (0)