Browse Source

Exclude versions with name = ROOT

pull/13747/head
Rob Winch 3 years ago
parent
commit
a5c8d737bd
  1. 2
      antora-playbook.yml

2
antora-playbook.yml

@ -27,7 +27,7 @@ content: @@ -27,7 +27,7 @@ content:
sources:
- url: https://github.com/spring-projects/spring-security
branches: [main, '5.{{6..9},{1..9}+({0..9})}.x', '6.+({0..9}).x']
tags: ['5.{{6..9},{1..9}+({0..9})}.+({0..9})?(-RC+({0..9}))', '6.+({0..9}).+({0..9})?(-{RC,M}*)']
tags: ['5.{{6..9},{1..9}+({0..9})}.+({0..9})?(-RC+({0..9}))', '6.+({0..9}).+({0..9})?(-{RC,M}*)','!(5.6.{0..10}*)', '!(5.7.{0..8}*)', '!(5.8.{0..3}*)','!(6.0.{0..3}*)','!(6.1.0*)']
start_path: docs
asciidoc:
attributes:

Loading…
Cancel
Save