You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -324,14 +324,12 @@ You can create as many of these roles as you like simply by adding CSS scoped to
324
324
325
325
=== Tabs
326
326
327
-
The playbook for the Couchbase documentation includes a tabs block extension.
327
+
The playbook for the Couchbase documentation includes the [`@asciidoctor/tabs`](https://github.com/asciidoctor/asciidoctor-tabs/blob/main/docs/use-with-antora.adoc) extension.
328
328
The extension takes care of converting the AsciiDoc for the tabs to HTML.
329
329
The UI provides the interaction (JavaScript) and styles (CSS) that power these tabs.
330
330
331
-
You can find the JavaScript for the tabs in the file [.path]_src/js/05-tabset.js_.
332
331
You can find the styles for the tabs in the file [.path]_src/css/doc.css_.
333
-
The preview site provides an example of these tabs in the file [.path]_preview-src/index.adoc_.
334
-
Note that authors should never enter the HTML for tabs directly, but it is entered this way in the preview site to make it easier to work with.
0 commit comments