Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
executors:
docs-executor:
docker:
- image: opennms/antora:3.1.1-b8850
- image: opennms/antora:3.1.12-b10680
publish-executor:
docker:
- image: circleci/buildpack-deps:focal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SHELL := /bin/bash -o nounset -o pipefail -o errexit
WORKING_DIRECTORY := $(shell pwd)
DOCKER_ANTORA_IMAGE := opennms/antora:3.1.1-b8850
DOCKER_ANTORA_IMAGE := opennms/antora:3.1.12-b10680
SITE_FILE := antora-playbook.yml

help:
Expand Down
31 changes: 7 additions & 24 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,37 +75,23 @@ content:
- 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'
- 'master-34'
- 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'
- 'master-2024'
- 'master-2023'
- 'master-2022'
# 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-8'
- '!main-7'
- url: https://github.com/OpenNMS/alec.git
start_path: docs
branches:
- develop
- /^release-.*/
tags:
- v*
Expand All @@ -118,16 +104,13 @@ content:
- '!v1.1.1-rebuild' # I thought I needed to remake the debs, but I did not
- url: https://github.com/OpenNMS/opennms-velocloud-plugin.git
start_path: docs
branches:
- main
- /^release-.*/
branches: ~
tags:
- v*
- '!v1.0.0'
- url: https://[email protected]/OpenNMS/opennms-servicenow-plugin.git
start_path: docs
branches:
- main
- /^release-.*/
tags:
- v*
Expand All @@ -141,7 +124,7 @@ content:
- '!release-1.0*'
- url: https://github.com/OpenNMS/opennms-js.git
start_path: docs-src
branches: develop
branches: ~
tags:
- v*
- '!v0.*'
Expand Down