Skip to content

Commit b469c8c

Browse files
authored
1 parent 763fd8c commit b469c8c

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

package-lock.json

Lines changed: 11 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
@@ -18,6 +18,7 @@
1818
],
1919
"devDependencies": {
2020
"@asciidoctor/core": "~2.2",
21+
"@asciidoctor/tabs": "1.0.0-beta.6",
2122
"@fontsource/comfortaa": "~5.0",
2223
"@fontsource/roboto": "~5.0",
2324
"@fontsource/roboto-mono": "~5.0",

src/css/vendor/tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "@asciidoctor/tabs"

src/js/vendor/tabs.bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('@asciidoctor/tabs')

src/partials/footer-scripts.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
2+
<script async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
23
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
34
{{#with (resolvePage page.relativeSrcPath model=false)}}
45
{{#unless (eq ./asciidoc.attributes.stem undefined)}}

src/partials/head-styles.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
{{#if (eq page.attributes.role 'home')}}
33
<link rel="stylesheet" href="{{{uiRootPath}}}/css/home.css">
44
{{/if}}
5+
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">

0 commit comments

Comments
 (0)