forked from apache/camel-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook.yml
100 lines (90 loc) · 2.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site:
title: Apache Camel
url: /
start_page: latest@manual::index.adoc
content:
sources:
- url: [email protected]:apache/camel.git
branches: main
start_paths:
# manual
- docs/user-manual
- url: [email protected]:apache/camel.git
branches:
- main
- camel-3.9.x
- camel-3.7.x
start_paths:
# eip
- core/camel-core-engine/src/main/docs
# main components doc
- docs/components
- url: [email protected]:apache/camel.git
branches: camel-3.4.x
start_paths:
# eip
- core/camel-core-engine/src/main/docs
# languages
- core/camel-core-languages/src/main/docs
- core/camel-xml-jaxp/src/main/docs
# main components doc
- docs/components
- url: [email protected]:apache/camel.git
branches: camel-2.x
start_paths:
# main components doc
- docs/components
# languages
- camel-core/src/main/docs
# sub-projects
- url: [email protected]:apache/camel-k.git
branches: main
start_path: docs
- url: [email protected]:apache/camel-k-runtime.git
branches: main
start_path: docs
- url: [email protected]:apache/camel-kamelets.git
branches: main
start_path: docs
- url: [email protected]:apache/camel-quarkus.git
branches:
- main
start_path: docs
- url: [email protected]:apache/camel-quarkus-examples.git
branches: HEAD
start_path: docs
- url: [email protected]:apache/camel-kafka-connector.git
branches:
- camel-kafka-connector-0.9.x
- camel-kafka-connector-0.7.x
- camel-kafka-connector-0.4.x
start_path: docs
- url: [email protected]:apache/camel-spring-boot.git
branches:
- main
- camel-spring-boot-3.9.x
- camel-spring-boot-3.7.x
- camel-spring-boot-3.4.x
start_path: docs
- url: [email protected]:apache/camel-karaf.git
branches:
- main
- camel-karaf-3.9.x
- camel-karaf-3.7.x
- camel-karaf-3.4.x
start_path: docs
ui:
bundle:
url: ./antora-ui-camel/build/ui-bundle.zip
urls:
redirect_facility: disabled
output:
dir: ./documentation
asciidoc:
extensions:
- ./extensions/table.js
- ./extensions/inline-styles.js
- "@djencks/asciidoctor-antora-indexer"
- "@djencks/asciidoctor-jsonpath"
attributes:
eip-vc: latest@components