From b38b15ba71c52025513457863ea2fd5b8eaa670e Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Thu, 24 Jul 2025 08:19:29 -0700 Subject: [PATCH] Remove duplicate block ids (#1145) We can't repeat these block ids multiple times in the same page. --- docs/modules/pkl-cli/pages/index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/modules/pkl-cli/pages/index.adoc b/docs/modules/pkl-cli/pages/index.adoc index 9f10ccfe..dfb7b078 100644 --- a/docs/modules/pkl-cli/pages/index.adoc +++ b/docs/modules/pkl-cli/pages/index.adoc @@ -577,7 +577,6 @@ Directory where to store JUnit reports. No JUnit reports will be generated if this option is not present. ==== -[[junit-aggregate-reports]] .--junit-aggregate-reports [%collapsible] ==== @@ -586,7 +585,6 @@ Aggregate JUnit reports into a single file. By default it will be `pkl-tests.xml` but you can override it using `--junit-aggregate-suite-name` flag. ==== -[[junit-aggregate-suite-name]] .--junit-aggregate-suite-name [%collapsible] ====