-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal-antora-playbook.yml
49 lines (49 loc) · 1.67 KB
/
local-antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site:
title: Games On Whales
content:
sources:
- url: ./workspace/gow
branches: HEAD
start_path: docs
- url: ./workspace/wolf
branches: HEAD
start_path: docs
runtime:
log:
failure_level: warn
level: debug
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files:
- path: css/vendor/tabs.css
contents: ./node_modules/@asciidoctor/tabs/dist/css/tabs.css
- path: js/vendor/tabs.js
contents: ./node_modules/@asciidoctor/tabs/dist/js/tabs.js
- path: partials/footer-content.hbs
contents: ./supplemental-ui/partials/footer-content.hbs
- path: partials/header-content.hbs
contents: ./supplemental-ui/partials/header-content.hbs
- path: css/site-extra.css
contents: ./supplemental-ui/css/site-extra.css
- path: partials/footer-scripts.hbs
contents: |
<script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
<script async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
{{#if env.SITE_SEARCH_PROVIDER}}
{{> search-scripts}}
{{/if}}
- path: partials/head-styles.hbs
contents: |
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">
<link rel="stylesheet" href="{{uiRootPath}}/css/site-extra.css">
asciidoc:
extensions:
- asciidoctor-kroki
- '@asciidoctor/tabs'
antora:
extensions:
- '@antora/lunr-extension'