Skip to content

Commit

Permalink
4.x: include SE upgrade guide in docs navbar (#8795)
Browse files Browse the repository at this point in the history
* Add upgrade_4x to sitegen.yaml for MP. Remove updgrade 2.x/3.x for SE
* Fix flavor typo in upgrad_4x SE doc
  • Loading branch information
barchetta committed May 23, 2024
1 parent 8e33a27 commit c68cc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/se/guides/upgrade_4x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include::{rootdir}/includes/attributes.adoc[]
In Helidon 4.x we have made some major changes to Helidon. Reactive engine has been removed.
APIS and implementations are rewritten in "blocking" paradigm.
This guide will help you upgrade a Helidon MP 3.x application to 4.x.
This guide will help you upgrade a Helidon SE 3.x application to 4.x.
== Java 21 Runtime
Expand Down
3 changes: 1 addition & 2 deletions docs/src/main/asciidoc/sitegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ backend:
- "security-oidc.adoc"
- "tracing.adoc"
- "mp-tutorial.adoc"
- "upgrade_4x.adoc"
- "maven-build.adoc"
- "gradle-build.adoc"
- "graalnative.adoc"
Expand Down Expand Up @@ -318,8 +319,6 @@ backend:
- "metrics.adoc"
- "security-oidc.adoc"
- "tracing.adoc"
- "upgrade.adoc"
- "upgrade_3x.adoc"
- "upgrade_4x.adoc"
- "maven-build.adoc"
- "gradle-build.adoc"
Expand Down

0 comments on commit c68cc54

Please sign in to comment.