diff --git a/.gitignore b/.gitignore index 696c333f41..211080d88a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ atlassian-ide-plugin.xml # VS Code .vscode/ + +cached-antora-playbook.yml diff --git a/antora-playbook.yml b/antora-playbook.yml index a7474924af..1de78e02e7 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -15,7 +15,8 @@ git: content: sources: - url: https://github.com/spring-projects/spring-framework - # Information on refname matching https://docs.antora.org/antora/latest/playbook/content-refname-matching/ + # Refname matching: + # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: ['main', '{6..9}.+({0..9}).x'] tags: ['v{6..9}.+({0..9}).+({0..9})?(-{RC,M}*)', '!(v6.0.{0..8})', '!(v6.0.0-{RC,M}{0..9})'] start_path: framework-docs