Browse Source

Add new source for main (4.0.x) following restructuring

pull/48248/head
Andy Wilkinson 6 months ago
parent
commit
111753718c
  1. 13
      antora-playbook.yml

13
antora-playbook.yml

@ -33,17 +33,26 @@ content: @@ -33,17 +33,26 @@ content:
branches:
- '3.4.x'
- '3.5.x'
- 'main'
tags:
- 'v3.4.*'
- 'v3.5.*'
- 'v4.0.*'
start_paths:
- spring-boot-project/spring-boot-docs/src/docs/antora
- spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/antora
- spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
version: unspecified
- url: .
branches:
- 'main'
tags:
- 'v4.0.*'
start_paths:
- spring-boot-project/spring-boot-docs/src/docs/antora
- spring-boot-project/spring-boot-actuator-docs/src/docs/antora
- spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
version: unspecified
asciidoc:
sourcemap: true
attributes:

Loading…
Cancel
Save