-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal-antora-playbook.yaml
64 lines (59 loc) · 1.52 KB
/
local-antora-playbook.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
# This is a copy of the `antora-playbook.yaml`, but customized to use a local source. This serves as an example,
# tweak this as you need, but only commit and push what is required to stay in sync with the main file.
#
site:
title: Drogue IoT
start_page: drogue-book::index.adoc
keys:
google_analytics: 'G-Z4BRXRBJJ1'
content:
sources:
- url: ./
branches: main
start_path: docs
- url: ../drogue-cloud
branches: HEAD
start_path: docs
- url: ../drogue-ajour
branches: HEAD
start_path: docs
- url: ../drogue-doppelgaenger
branches: HEAD
start_path: docs
- url: ../drogue-device
branches: HEAD
start_path: docs
# - url: ../../embassy
# branches: HEAD
# start_path: docs
- url: ../drogue-workshops
branches: HEAD
antora:
extensions:
- require: '@antora/lunr-extension'
- require: ./extensions/openapi.js
queries:
- component: drogue-cloud
module: api
- component: drogue-ajour
module: api
- component: drogue-doppelgaenger
module: api
ui:
bundle:
url: https://github.com/drogue-iot/drogue-antora-ui/releases/download/v0.3.0/ui-bundle.zip
#url: ../drogue-antora-ui/build/ui-bundle.zip
#snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll, CNAME ]
- path: .nojekyll
- path: CNAME
contents: |
book.drogue.io
output:
clean: true
runtime:
fetch: true