Skip to content

Commit

Permalink
Fix 7951. Adds Testing section back to the menu and fix maven coordnts
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Nov 13, 2023
1 parent 4952b40 commit 39ab43d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/se/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ include::{rootdir}/includes/dependencies.adoc[]
[source,xml]
----
<dependency>
<groupId>io.helidon.testing.junit5</groupId>
<artifactId>helidon-testing-junit5-webserver</artifactId>
<scope>test</scope>
<groupId>io.helidon.webserver.testing.junit5</groupId>
<artifactId>helidon-webserver-testing-junit5</artifactId>
<scope>test</scope>
</dependency>
----
Expand Down
6 changes: 6 additions & 0 deletions docs/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39ab43d

Please sign in to comment.