File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 11
11
** xref:docs/contributing-documentation.adoc[]
12
12
*** xref:docs/overview.adoc[]
13
13
*** xref:docs/style-guide.adoc[]
14
+ *** xref:docs/using-tab-blocks.adoc[]
14
15
*** xref:docs/backporting-changes.adoc[]
15
16
*** xref:docs/releasing-a-new-version.adoc[]
16
17
*** xref:docs/troubleshooting-antora.adoc[]
Original file line number Diff line number Diff line change
1
+ = Using tab blocks
2
+ :asciidoctor-tabs-gh: https://github.com/asciidoctor/asciidoctor-tabs
3
+
4
+ The {asciidoctor-tabs-gh} [`asciidoctor/tabs` ] extension is installed, so you can use tab blocks.
5
+ An example can be found in the xref:management:stackablectl:installation.adoc[stackablectl installation instructions].
6
+
7
+ == Syntax example
8
+
9
+ [,asciidoc]
10
+ ----
11
+ [tabs]
12
+ ====
13
+ Tab A:: Contents of Tab A.
14
+
15
+ Tab B::
16
+ +
17
+ Contents of Tab B.
18
+
19
+ Tab C::
20
+ +
21
+ --
22
+ Contents of Tab C.
23
+
24
+ Contains more than one block.
25
+ --
26
+ ====
27
+ ----
You can’t perform that action at this time.
0 commit comments