forked from apache/camel-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
227 lines (193 loc) · 5.18 KB
/
config.toml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
baseURL = "https://camel.apache.org/"
languageCode = "en-us"
title = "Apache Camel"
relativeURLs = true
disablePathToLower = true
staticDir = ["static", "documentation"]
disableKinds = ["taxonomyTerm"]
enableRobotsTXT = true
timeout = 300000
[params]
socialProfiles = ["https://twitter.com/ApacheCamel"]
organizationLogo = "https://camel.apache.org/_/img/logo-d.svg"
organizationDescription = "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
[[menu.main]]
name = "Blog"
weight = 2
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "Projects"
weight = 3
identifier = "projects"
[[menu.main]]
name = "Camel K"
parent = "projects"
weight = 1
identifier = "project-camel-k"
url = "/projects/camel-k/"
[[menu.main]]
name = "Camel Quarkus"
parent = "projects"
weight = 2
identifier = "project-camel-quarkus"
url = "/projects/camel-quarkus/"
[[menu.main]]
name = "Camel Kafka Connector"
parent = "projects"
weight = 3
identifier = "project-camel-kafka-connector"
url = "/projects/camel-kafka-connector/"
[[menu.main]]
name = "Camel Spring Boot"
parent = "projects"
weight = 4
identifier = "project-camel-spring-boot"
url = "/camel-spring-boot/latest/"
[[menu.main]]
name = "Documentation"
identifier = "docs"
weight = 4
[[menu.main]]
name = "Getting started"
parent = "docs"
weight = 1
identifier = "getting-started"
url = "/manual/latest/getting-started.html"
[[menu.main]]
name = "User manual"
parent = "docs"
weight = 2
identifier = "manual"
url = "/manual/latest/"
[[menu.main]]
name = "Component reference"
parent = "docs"
weight = 3
identifier = "components"
url = "/components/latest/"
[[menu.main]]
name = "API Documentation"
parent = "docs"
weight = 4
identifier = "api-documentation"
url = "https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/index.html"
[[menu.main]]
name = "Camel K"
parent = "docs"
weight = 5
identifier = "camel-k"
url = "/camel-k/latest/"
[[menu.main]]
name = "Camel Quarkus"
parent = "docs"
weight = 6
identifier = "camel-quarkus"
url = "/camel-quarkus/latest/"
[[menu.main]]
name = "Camel Kafka Connector"
parent = "docs"
weight = 7
identifier = "camel-kafka-connector"
url = "/camel-kafka-connector/latest/"
[[menu.main]]
name = "Enterprise Integration Patterns"
parent = "docs"
weight = 8
identifier = "eip"
url = "/manual/latest/enterprise-integration-patterns.html"
[[menu.main]]
name = "Camel 2.x to 3.0 Migration Guide"
parent = "docs"
weight = 9
identifier = "camel-3-migration-guide"
url = "/manual/latest/camel-3-migration-guide.html"
[[menu.main]]
name = "Camel 3.x Upgrade Guide"
parent = "docs"
weight = 10
identifier = "camel-3x-upgrade-guide"
url = "/manual/latest/camel-3x-upgrade-guide.html"
[[menu.main]]
name = "Community"
identifier = "community"
weight = 5
[[menu.main]]
name = "Support"
parent = "community"
weight = 1
identifier = "community-support"
url = "/community/support/"
[[menu.main]]
name = "Contributing"
parent = "community"
weight = 2
identifier = "community-contributing"
url = "/manual/latest/contributing.html"
[[menu.main]]
name = "User stories"
parent = "community"
weight = 3
identifier = "community-user-stories"
url = "/community/user-stories/"
[[menu.main]]
name = "Articles"
parent = "community"
weight = 4
identifier = "community-articles"
url = "/community/articles/"
[[menu.main]]
name = "Books"
parent = "community"
weight = 5
identifier = "community-books"
url = "/community/books/"
[[menu.main]]
name = "Team"
parent = "community"
weight = 6
identifier = "community-team"
url = "/community/team/"
[[menu.main]]
name = "Download"
weight = 6
identifier = "download"
url = "/download/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 7
[[menu.main]]
name = "Apache events"
parent = "about"
weight = 1
identifier = "about-apache-events"
url = "https://www.apache.org/events/current-event.html"
[[menu.main]]
name = "License"
parent = "about"
weight = 2
identifier = "about-license"
url = "https://www.apache.org/licenses/"
[[menu.main]]
name = "Security"
parent = "about"
weight = 3
identifier = "about-security"
url = "/security/"
[[menu.main]]
name = "Sponsorship"
parent = "about"
weight = 4
identifier = "about-sponsorship"
url = "https://www.apache.org/foundation/sponsorship.html"
[[menu.main]]
name = "Thanks"
parent = "about"
weight = 5
identifier = "about-thanks"
url = "https://www.apache.org/foundation/thanks.html"
[module]
[[module.mounts]]
source = "documentation/_/data"
target = "data"