We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c54bc commit b818218Copy full SHA for b818218
1 file changed
antora-playbook.yml
@@ -136,6 +136,13 @@ content:
136
# Exclude versions without proper folder structure or with generation errors
137
- "!v1.0.0"
138
- "!v1.0.0-alpha.*"
139
+ - url: https://github.com/camptocamp/devops-stack-module-metrics-server.git
140
+ start_path: docs
141
+ branches: []
142
+ tags:
143
+ - "v@({1..9})*({0..9}).+({0..9}).*"
144
+ # Exclude versions without proper folder structure or with generation errors
145
+ - "!v1.0.0-alpha.*"
146
- url: https://github.com/camptocamp/devops-stack-module-minio.git
147
start_path: docs
148
branches: []
0 commit comments