Skip to content

Commit 1117537

Browse files
committed
Add new source for main (4.0.x) following restructuring
1 parent 53896f2 commit 1117537

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

antora-playbook.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,26 @@ content:
3333
branches:
3434
- '3.4.x'
3535
- '3.5.x'
36-
- 'main'
3736
tags:
3837
- 'v3.4.*'
3938
- 'v3.5.*'
40-
- 'v4.0.*'
4139
start_paths:
4240
- spring-boot-project/spring-boot-docs/src/docs/antora
4341
- spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/antora
4442
- spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora
4543
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
4644
version: unspecified
45+
- url: .
46+
branches:
47+
- 'main'
48+
tags:
49+
- 'v4.0.*'
50+
start_paths:
51+
- spring-boot-project/spring-boot-docs/src/docs/antora
52+
- spring-boot-project/spring-boot-actuator-docs/src/docs/antora
53+
- spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora
54+
- spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora
55+
version: unspecified
4756
asciidoc:
4857
sourcemap: true
4958
attributes:

0 commit comments

Comments
 (0)