Skip to content

Commit c83df63

Browse files
committed
Generate redirect for start page
1 parent 2495ffc commit c83df63

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

antora-playbook.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@ site:
1111
title: JUnit User Guide
1212
url: https://docs.junit.org
1313
robots: allow
14+
start_page: junit::overview.adoc
1415
content:
1516
sources:
1617
- url: https://github.com/junit-team/junit-framework.git
1718
branches:
1819
- 'main'
19-
- 'r5.14.*'
20-
- '!r5.14.0'
21-
- '!r5.14.1'
22-
- 'r6.*'
23-
- '!r6.0.0'
24-
- '!r6.0.1'
25-
- 'antora/*'
26-
- 'releases/5.14.x'
27-
- 'releases/6.0.x'
20+
# - 'r5.14.*'
21+
# - '!r5.14.0'
22+
# - '!r5.14.1'
23+
# - 'r6.*'
24+
# - '!r6.0.0'
25+
# - '!r6.0.1'
26+
# - 'antora/*'
27+
# - 'releases/5.14.x'
28+
# - 'releases/6.0.x'
2829
start_path: documentation
2930
worktrees: true
3031
asciidoc:

0 commit comments

Comments
 (0)