Browse Source

Remove 6.4.x from OSS Docs Website

pull/18722/head
Josh Cummings 1 month ago
parent
commit
9730db490c
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 4
      antora-playbook.yml

4
antora-playbook.yml

@ -11,8 +11,8 @@ git: @@ -11,8 +11,8 @@ git:
content:
sources:
- url: https://github.com/spring-projects/spring-security
branches: [main, '6.{4..5}.x', '{7..99}.*.x']
tags: ['6.{4..5}.*','{7..99}.*']
branches: [main, '6.5.x', '{7..99}.*.x']
tags: ['6.5.*','{7..99}.*']
start_path: docs
asciidoc:
attributes:

Loading…
Cancel
Save