-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathantora-playbook.yaml
63 lines (56 loc) · 1.5 KB
/
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
site:
title: Drogue IoT
start_page: drogue-book::index.adoc
keys:
google_analytics: 'G-Z4BRXRBJJ1'
content:
sources:
- url: ./
branches: main
start_path: docs
- url: https://github.com/drogue-iot/drogue-cloud.git
branches: [main, v*, release-*]
start_path: docs
- url: https://github.com/drogue-iot/drogue-ajour.git
branches: [main]
start_path: docs
- url: https://github.com/drogue-iot/drogue-doppelgaenger.git
branches: [main, v*, release-*]
start_path: docs
- url: https://github.com/drogue-iot/drogue-device.git
branches: main
start_path: docs
# - url: https://github.com/embassy-rs/embassy.git
# branches: master
# start_path: docs
- url: https://github.com/drogue-iot/drogue-workshops.git
branches: main
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
snapshot: false
supplemental_files:
- path: ui.yml
contents: |
static_files: [ .nojekyll, CNAME ]
- path: .nojekyll
- path: CNAME
contents: |
book.drogue.io
output:
clean: true
runtime:
fetch: true
log:
failure_level: error