File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 21
21
bundle :
22
22
url : https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
23
23
snapshot : true
24
+ supplemental_files :
25
+ - path : css/vendor/tabs.css
26
+ contents : ./node_modules/@asciidoctor/tabs/dist/css/tabs.css
27
+ - path : js/vendor/tabs.js
28
+ contents : ./node_modules/@asciidoctor/tabs/dist/js/tabs.js
29
+ - path : partials/footer-scripts.hbs
30
+ contents : |
31
+ <script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
32
+ <script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
33
+ <script async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
34
+ {{#if env.SITE_SEARCH_PROVIDER}}
35
+ {{> search-scripts}}
36
+ {{/if}}
37
+ - path : partials/head-styles.hbs
38
+ contents : |
39
+ <link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
40
+ <link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">
41
+
42
+ asciidoc :
43
+ extensions :
44
+ - ' @asciidoctor/tabs'
24
45
25
46
antora :
26
47
extensions :
Original file line number Diff line number Diff line change 18
18
bundle :
19
19
url : https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
20
20
snapshot : true
21
+ supplemental_files :
22
+ - path : css/vendor/tabs.css
23
+ contents : ./node_modules/@asciidoctor/tabs/dist/css/tabs.css
24
+ - path : js/vendor/tabs.js
25
+ contents : ./node_modules/@asciidoctor/tabs/dist/js/tabs.js
26
+ - path : partials/footer-scripts.hbs
27
+ contents : |
28
+ <script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
29
+ <script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
30
+ <script async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
31
+ {{#if env.SITE_SEARCH_PROVIDER}}
32
+ {{> search-scripts}}
33
+ {{/if}}
34
+ - path : partials/head-styles.hbs
35
+ contents : |
36
+ <link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
37
+ <link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">
38
+
39
+ asciidoc :
40
+ extensions :
41
+ - ' @asciidoctor/tabs'
42
+
43
+
21
44
22
45
antora :
23
46
extensions :
You can’t perform that action at this time.
0 commit comments