We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892aa69 commit 18933f9Copy full SHA for 18933f9
.gitignore
@@ -19,3 +19,5 @@ node_modules
19
node/
20
package-lock.json
21
package.json
22
+build/
23
+
antora-playbook.yml
@@ -19,7 +19,7 @@ content:
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [main]
- tags: ['v({0..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))']
+ tags: ['v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))']
start_path: spring-ai-docs/src/main/antora
24
asciidoc:
25
attributes:
0 commit comments