Add new source for main (4.0.x) following restructuring
This commit is contained in:
parent
53896f27c3
commit
111753718c
|
@ -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…
Reference in New Issue