From 39ab43dd059ca45cf81069c438ee802ec5332ab2 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Mon, 13 Nov 2023 08:53:43 -0800 Subject: [PATCH] Fix 7951. Adds Testing section back to the menu and fix maven coordnts --- docs/se/testing.adoc | 6 +++--- docs/sitegen.yaml | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/se/testing.adoc b/docs/se/testing.adoc index d6dd3d106fd..db7f71379bb 100644 --- a/docs/se/testing.adoc +++ b/docs/se/testing.adoc @@ -41,9 +41,9 @@ include::{rootdir}/includes/dependencies.adoc[] [source,xml] ---- - io.helidon.testing.junit5 - helidon-testing-junit5-webserver - test + io.helidon.webserver.testing.junit5 + helidon-webserver-testing-junit5 + test ---- diff --git a/docs/sitegen.yaml b/docs/sitegen.yaml index a1401af2148..875c8e9229b 100644 --- a/docs/sitegen.yaml +++ b/docs/sitegen.yaml @@ -451,6 +451,12 @@ backend: glyph: type: "icon" value: "outbox" + - type: "PAGE" + title: "Testing" + source: "testing.adoc" + glyph: + type: "icon" + value: "thumbs_up_down" - type: "PAGE" title: "Tracing" source: "tracing.adoc"