Skip to content

Commit b51d1bf

Browse files
committed
doc: enable tabs for docs
On-behalf-of: SAP <simon.bein@sap.com> Signed-off-by: Simon Bein <simontheleg@gmail.com>
1 parent 622934e commit b51d1bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ markdown_extensions:
108108
- pymdownx.superfences
109109
# Enable note/warning/etc. callouts
110110
- admonition
111+
# Enable tabs
112+
- pymdownx.tabbed:
113+
alternate_style: true
111114

112115
# Live reload if any of these change when running 'mkdocs serve'
113116
watch:

0 commit comments

Comments
 (0)