Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,27 @@ content:
- url: .
start_path: start-page
branches: HEAD

####
# Horizon
###
- url: https://github.com/OpenNMS/opennms.git
start_path: docs
branches:
- master

####
# Meridian
###
- url: https://[email protected]/OpenNMS/opennms-prime.git
start_path: docs
branches:
- master-2021
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository

####
# Helm Grafana Plugin
###
- url: https://github.com/opennms/opennms-helm.git
start_path: docs
branches: []
Expand All @@ -35,12 +47,20 @@ content:
- '!v3.*'
- '!v2.*'
- '!v1.*'

####
# ALEC
###
- url: https://github.com/OpenNMS/alec.git
start_path: docs
branches: []
tags:
- v*
- '!v1.1.1' # Tag v1.1.1 has version number 1.1.1-SNAPSHOT use v1.1.1-doc instead

####
# Provisioning Integration Server
###
- url: https://github.com/OpenNMS/opennms-provisioning-integration-server.git
start_path: docs
branches:
Expand All @@ -57,9 +77,23 @@ content:
- '!v2.0.0'
- '!v2.0.1'
- '!v2.0.2'

####
# Nephron
###
- url: https://github.com/OpenNMS/nephron.git
start_path: docs
branches: []
tags:
- v*
- '!v0.3.1'
- '!v0.3.0'
- '!v0.1.*'
- '!v0.2.*'

ui:
bundle:
url: https://github.com/opennms-forge/antora-ui-opennms/releases/download/v2.0.4/ui-bundle.zip
url: https://github.com/opennms-forge/antora-ui-opennms/releases/download/v2.0.6/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
asciidoc:
Expand Down