From 6a68b4d299c61e4f169b5d39fad408103741bd60 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 10 May 2023 17:35:33 +0100 Subject: [PATCH] Polishing Closes gh-30453 --- .gitignore | 2 ++ antora-playbook.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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