-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathantora-playbook.yml
184 lines (184 loc) · 6.15 KB
/
antora-playbook.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
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
---
antora:
extensions:
- require: '@antora/lunr-extension'
index_latest_only: true
git:
fetch_concurrency: 1
runtime:
# Set a local antora cache dir for git repositories and UI components
cache_dir: ./.cache/antora
fetch: true
site:
title: Docs
# the 404 page and sitemap files only get generated when the url property is set
url: https://docs.opennms.com/
keys:
google_analytics: 'G-WR2RML9P8J'
start_page: start-page::index.adoc
# the wildcarded directories will exclude everything in that path, so be aware when adding new files that do have h1 to those directories. Wildcards used to allow for Meridian/Horizon and different versions of each.
robots: |
User-agent: *
Disallow: /*/*/deployment/core/centos-rhel/
Disallow: /*/*/deployment/core/centos-rhel7/
Disallow: /*/*/deployment/core/centos-rhel8/
Disallow: /*/*/deployment/core/centos-rhel9/
Disallow: /*/*/deployment/core/debian-ubuntu/
Disallow: /*/*/deployment/core/debian/
Disallow: /*/*/deployment/core/docker/
Disallow: /*/*/deployment/core/message-broker/
Disallow: /*/*/deployment/core/ubuntu/
Disallow: /*/*/deployment/minion/centos-rhel7/
Disallow: /*/*/deployment/minion/centos-rhel8/
Disallow: /*/*/deployment/minion/centos-rhel9/
Disallow: /*/*/deployment/minion/debian/
Disallow: /*/*/deployment/minion/docker/
Disallow: /*/*/deployment/minion/message-broker/
Disallow: /*/*/deployment/minion/ubuntu/
Disallow: /*/*/deployment/opentracing/core.adoc
Disallow: /*/*/deployment/opentracing/minion.adoc
Disallow: /*/*/deployment/opentracing/sentinel.adoc
Disallow: /*/*/deployment/repos/rhel-centos/
Disallow: /*/*/deployment/sentinel/runtime/centos-rhel/
Disallow: /*/*/deployment/sentinel/runtime/centos-rhel7/
Disallow: /*/*/deployment/sentinel/runtime/centos-rhel8/
Disallow: /*/*/deployment/sentinel/runtime/centos-rhel9/
Disallow: /*/*/deployment/sentinel/runtime/debian-ubuntu/
Disallow: /*/*/deployment/sentinel/runtime/debian/
Disallow: /*/*/deployment/sentinel/runtime/ubuntu/
Disallow: /*/*/deployment/upgrade/backup/centos-rhel8/
Disallow: /*/*/deployment/upgrade/backup/debian-ubuntu/
Disallow: /*/*/deployment/upgrade/debian/
Disallow: /*/*/deployment/upgrade/restore/centos-rhel8/
Disallow: /*/*/deployment/upgrade/restore/debian-ubuntu/
Disallow: /*/*/deployment/upgrade/rhel/
Disallow: /*/*/deployment/deployment/time-sync.adoc
Disallow: /*/*/operation/deep-dive/device-config-backup/centos-rhel/
Disallow: /*/*/operation/deep-dive/device-config-backup/debian-ubuntu/
Disallow: /*/*/operation/deep-dive/sentinel/message-broker/
Disallow: /*/*/operation/deep-dive/sentinel/ipfix.adoc
Disallow: /*/*/operation/deep-dive/sentinel/netflow5.adoc
Disallow: /*/*/operation/deep-dive/sentinel/netflow9.adoc
Disallow: /*/*/operation/deep-dive/sentinel/sflow.adoc
Disallow: /*/*/operation/deep-dive/device-config-backup/dcb-accounts/aruba-os.adoc
Disallow: /*/*/operation/deep-dive/device-config-backup/dcb-accounts/aruba-oscx.adoc
Disallow: /*/*/operation/deep-dive/device-config-backup/dcb-accounts/cisco-ios.adoc
Disallow: /*/*/operation/deep-dive/device-config-backup/dcb-accounts/juniper.adoc
Disallow: /*/*/reference/configuration/firewall/centos-rhel/
Disallow: /*/*/reference/configuration/firewall/debian-ubuntu/
content:
sources:
# Generic start page
- url: .
start_path: start-page
branches: HEAD
- url: https://github.com/OpenNMS/opennms.git
start_path: docs
branches:
- 'master-*'
- '!master-29'
- '!master-28'
- '!master-27'
- '!master-26'
- '!master-25'
- '!master-24'
- '!master-23'
- '!master-22'
- '!master-21'
- '!master-20'
- url: https://[email protected]/OpenNMS/opennms-prime.git
start_path: docs
branches:
- 'master-*'
- '!master-2020'
- '!master-2019'
- '!master-2018'
- '!master-2017'
- '!master-2016'
- '!master-2015'
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository
- url: https://github.com/opennms/grafana-plugin.git
start_path: docs
branches:
- 'main-*'
- '!main-7'
- url: https://github.com/OpenNMS/alec.git
start_path: docs
branches:
- develop
- /^release-.*/
tags:
- v*
- '!v2.*.*'
- '!v2.*.*-ALPHA'
- '!v1.*.*'
- '!v1.1.1-doc'
- '!v2.0.0.alpha0' # same SNAPSHOT version as another branch
- '!v1.1.1' # Tag v1.1.1 has version number 1.1.1-SNAPSHOT use v1.1.1-doc instead
- '!v1.1.1-rebuild' # I thought I needed to remake the debs, but I did not
- url: https://[email protected]/OpenNMS-Cloud/lokahi.git
start_path: docs
branches:
- develop
- /^release-.*/
- url: https://github.com/OpenNMS/opennms-velocloud-plugin.git
start_path: docs
branches:
- main
- /^release-.*/
tags:
- v*
- '!v1.0.0'
- url: https://[email protected]/OpenNMS/opennms-servicenow-plugin.git
start_path: docs
branches:
- main
- /^release-.*/
tags:
- v*
- '!v1.0.0'
- '!v1.0.0a'
- url: https://github.com/OpenNMS/opennms-provisioning-integration-server.git
start_path: docs
branches:
- release-*
- '!release-1.1*'
- '!release-1.0*'
- url: https://github.com/OpenNMS/opennms-js.git
start_path: docs-src
branches: develop
tags:
- v*
- '!v0.*'
- '!v1.*'
- '!v2.0.0'
- '!v2.0.1'
- '!v2.0.2'
- '!v2.5.0'
- '!v2.5.1'
- '!v2.5.2'
- '!v2.5.3'
- '!v2.5.4'
ui:
bundle:
url: https://github.com/opennms-forge/antora-ui-opennms/releases/download/v3.1.0/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental_ui
asciidoc:
attributes:
experimental: true
stem: latexmath
idprefix: ''
idseparator: '-'
page-pagination: ''
source-language: asciidoc@
distribution: 'Horizon'
tabs: tabs
extensions:
- ./lib/tabs-block.js
output:
clean: true
dir: ./public
destinations:
- provider: fs
- provider: archive