-
Notifications
You must be signed in to change notification settings - Fork 6
/
site.yml
60 lines (56 loc) · 1.27 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
runtime:
log:
failure_level: error
urls:
latest_version_segment: latest
latest_version_segment_strategy: redirect:to
antora:
extensions:
- require: '@antora/lunr-extension'
site:
title: OpenDevStack
start_page: opendevstack:getting-started:index.adoc
url: https://www.opendevstack.org/ods-documentation
content:
branches: master,1.*,2.*,3.*,4.*
sources:
- url: https://github.com/opendevstack/ods-core.git
start_path: docs
branches:
- 1.2.x
- 2.x
- 3.x
- 4.x
- master
- url: https://github.com/opendevstack/ods-jenkins-shared-library.git
start_path: docs
branches:
- 1.2.x
- 2.x
- 3.x
- 4.x
- master
- url: https://github.com/opendevstack/ods-provisioning-app.git
start_path: docs
branches:
- 1.2.x
- 2.x
- 3.x
- 4.x
- master
- url: https://github.com/opendevstack/ods-project-quickstarters.git
start_path: docs
branches:
- 1.2.x
- url: https://github.com/opendevstack/ods-quickstarters.git
start_path: docs
branches:
- master
- 2.x
- 3.x
- 4.x
output:
dir: ./docs
ui:
bundle:
url: https://github.com/opendevstack/ods-docs-ui/releases/download/v2.0.0/ui-bundle.zip