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:
|
branches:
|
||||||
- '3.4.x'
|
- '3.4.x'
|
||||||
- '3.5.x'
|
- '3.5.x'
|
||||||
- 'main'
|
|
||||||
tags:
|
tags:
|
||||||
- 'v3.4.*'
|
- 'v3.4.*'
|
||||||
- 'v3.5.*'
|
- 'v3.5.*'
|
||||||
- 'v4.0.*'
|
|
||||||
start_paths:
|
start_paths:
|
||||||
- spring-boot-project/spring-boot-docs/src/docs/antora
|
- spring-boot-project/spring-boot-docs/src/docs/antora
|
||||||
- spring-boot-project/spring-boot-actuator-autoconfigure/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-gradle-plugin/src/docs/antora
|
||||||
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
|
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
|
||||||
version: unspecified
|
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:
|
asciidoc:
|
||||||
sourcemap: true
|
sourcemap: true
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue