forked from onecx/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook.yml
51 lines (51 loc) · 1.49 KB
/
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
50
51
site:
title: OneCx Docs
url: https://onecx.github.io/docs/
start_page: index::index.adoc
content:
sources:
- url: . # common module containing just the main index
branches: HEAD
- url: https://github.com/onecx/docs-guides.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx/docs-guides-documentation.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx/docs-guides-quarkus.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx/docs-guides-bpmn.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx-apps/onecx-document-management.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx-apps/onecx-document-management-svc.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx-apps/onecx-document-management-ui.git
branches: [HEAD]
start_path: docs
- url: https://github.com/onecx-apps/onecx-document-management-bff.git
branches: [HEAD]
start_path: docs
ui:
bundle:
url: https://github.com/onecx/docs-antora-ui/releases/latest/download/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files:
- .nojekyll
- path: .nojekyll
urls:
latest_version_segment: current
asciidoc:
attributes:
sourcemap: true
kroki-fetch-diagram: true
extensions:
- ./extensions/bpmn-js.js
- asciidoctor-kroki