forked from apache/hop-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yml
43 lines (37 loc) · 863 Bytes
/
site.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
site:
title: Apache Hop
url: https://hop.apache.org
start_page: manual::index.adoc
keys:
google_analytics: 'UA-151580460-1'
content:
sources:
- url: [email protected]:apache/hop.git
branches:
- master
- release1.0.0
- release1.1.0
- release1.2.0
start_path: /docs/hop-user-manual/
- url: [email protected]:apache/hop.git
branches: master
start_path: /docs/hop-tech-manual/
- url: [email protected]:apache/hop.git
branches: master
start_path: /docs/hop-dev-manual/
ui:
bundle:
url: ./antora-ui-hop/build/ui-bundle.zip
urls:
redirect_facility: disabled
latest_version_segment: latest
latest_prerelease_version_segment: next
output:
clean: true
dir: ./documentation
runtime:
fetch: true
asciidoc:
extensions:
- ./extensions/table.js
- ./extensions/inline-styles.js