We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2495ffc commit c83df63Copy full SHA for c83df63
1 file changed
antora-playbook.yml
@@ -11,20 +11,21 @@ site:
11
title: JUnit User Guide
12
url: https://docs.junit.org
13
robots: allow
14
+ start_page: junit::overview.adoc
15
content:
16
sources:
17
- url: https://github.com/junit-team/junit-framework.git
18
branches:
19
- 'main'
- - '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'
+# - 'r5.14.*'
+# - '!r5.14.0'
+# - '!r5.14.1'
+# - 'r6.*'
+# - '!r6.0.0'
+# - '!r6.0.1'
+# - 'antora/*'
+# - 'releases/5.14.x'
28
+# - 'releases/6.0.x'
29
start_path: documentation
30
worktrees: true
31
asciidoc:
0 commit comments