Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Now Doc PR] - MP Guides Menu and Overview inconsistencies #4509 #4528

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 42 additions & 1 deletion docs/mp/guides/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,48 @@ in your Helidon MP application.
--
Learn how to build a Helidon MicroProfile (MP) application from scratch.
--
====

[CARD]
.Helidon MP Upgrade guide
[link=migration.adoc]
--
Learn how Upgrade your Helidon MP application.
m0mus marked this conversation as resolved.
Show resolved Hide resolved
--

[CARD]
.OIDC Tutorial
[link=security-oidc.adoc]
--
Learn how to set up OIDC security in your Helidon MP application.
--

[CARD]
.Helidon MP Tracing
[link=tracing.adoc]
--
Learn how to use tracing in your Helidon MP application.
--

[CARD]
.Testing with JUnit 5
[link=testing-junit5.adoc]
--
Helidon has great integration with JUnit5, learn how to use it for testing your Helidon application.
m0mus marked this conversation as resolved.
Show resolved Hide resolved
--

[CARD]
.Helidon MP and JBatch
[link=jbatch.adoc]
--
Learn how to use JBatch with Helidon MP.
--

[CARD]
.Performance tuning in Helidon MP
[link=performance-tuning.adoc]
--
Learn how to tune your Helidon MicroProfile (MP) application.
m0mus marked this conversation as resolved.
Show resolved Hide resolved
--

== Build and Deploy

Expand Down