forked from apache/camel-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
77 lines (68 loc) · 1.87 KB
/
Copy pathantora-playbook.yml
File metadata and controls
77 lines (68 loc) · 1.87 KB
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
site:
title: Apache Camel
url: https://camel.apache.org
start_page: latest@manual::index.adoc
content:
sources:
- url: git@github.com:apache/camel.git
branches: master
start_paths:
# manual
- docs/user-manual
# 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: git@github.com:apache/camel.git
branches: camel-3.2.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: git@github.com:apache/camel.git
branches: camel-2.x
start_paths:
# main components doc
- docs/components
# languages
- camel-core/src/main/docs
# sub-projects
- url: git@github.com:apache/camel-k.git
branches: master
start_path: docs
- url: git@github.com:apache/camel-k-runtime.git
branches: master
start_path: docs
- url: git@github.com:apache/camel-quarkus.git
branches: master
start_path: docs
- url: git@github.com:apache/camel-kafka-connector.git
branches: master
start_path: docs
- url: git@github.com:apache/camel-spring-boot.git
branches: master
start_path: docs
- url: git@github.com:apache/camel-karaf.git
branches: master
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"
attributes:
eip-vc: latest@components