forked from opendevstack/ods-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-workspace-full.yml
49 lines (48 loc) · 1.01 KB
/
site-workspace-full.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
site:
title: OpenDevStack
start_page: common:getting-started:local-install.adoc
url: file:///home/richard/git/ods-documentation-poc/ods-documentation/docs/index.html
content:
branches: master,1.*
sources:
- url: ../opendevstack.github.io
start_path: docs
branches:
- 1.0.x
- 1.1.x
- master
- url: ../ods-core
start_path: docs
branches:
- 1.0.x
- 1.1.x
- master
- url: ../ods-jenkins-shared-library
start_path: docs
branches:
- 1.0.x
- 1.1.x
- master
- url: ../ods-provisioning-app
start_path: docs
branches:
- 1.0.x
- 1.1.x
- master
- url: ../ods-project-quickstarters
start_path: docs
branches:
- 1.1.x
- master
asciidoc:
extensions:
- asciidoctor-plantuml
attributes:
plantuml-server-url: 'http://localhost:9080'
plantuml-fetch-diagram: true
output:
dir: ./docs
ui:
bundle:
url: ../ods-docs-ui/build/ui-bundle.zip
snapshot: true