From 461ee8ca60f1c85ddee37ba6305d05bc86058bc2 Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Wed, 13 Jul 2022 13:46:04 +0300 Subject: [PATCH 1/4] Add missing cards to Helidon MP guides --- docs/mp/guides/overview.adoc | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/mp/guides/overview.adoc b/docs/mp/guides/overview.adoc index ddf00f57f7c..a3ebea71db7 100644 --- a/docs/mp/guides/overview.adoc +++ b/docs/mp/guides/overview.adoc @@ -97,8 +97,50 @@ 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. +-- + +[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. +-- + +[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. +-- + == Build and Deploy [PILLARS] From f02acd9bf785e10618e55949026848b78ed3c76d Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Wed, 13 Jul 2022 13:47:43 +0300 Subject: [PATCH 2/4] Minor style fix --- docs/mp/guides/overview.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/mp/guides/overview.adoc b/docs/mp/guides/overview.adoc index a3ebea71db7..2bb0d2dcd02 100644 --- a/docs/mp/guides/overview.adoc +++ b/docs/mp/guides/overview.adoc @@ -132,7 +132,6 @@ Helidon has great integration with JUnit5, learn how to use it for testing your -- Learn how to use JBatch with Helidon MP. -- -==== [CARD] .Performance tuning in Helidon MP From ac5ab4289e9dcd9b71ca0f8a42ed9921387309a8 Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Thu, 14 Jul 2022 09:34:01 +0300 Subject: [PATCH 3/4] Fix comments --- docs/mp/guides/overview.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mp/guides/overview.adoc b/docs/mp/guides/overview.adoc index 2bb0d2dcd02..41dfae738e1 100644 --- a/docs/mp/guides/overview.adoc +++ b/docs/mp/guides/overview.adoc @@ -102,7 +102,7 @@ Learn how to build a Helidon MicroProfile (MP) application from scratch. .Helidon MP Upgrade guide [link=migration.adoc] -- -Learn how Upgrade your Helidon MP application. +Learn how to upgrade your Helidon MP application from 1.x to 2.x. -- [CARD] @@ -123,7 +123,7 @@ Learn how to use tracing in your Helidon MP application. .Testing with JUnit 5 [link=testing-junit5.adoc] -- -Helidon has great integration with JUnit5, learn how to use it for testing your Helidon application. +Learn how to use JUnit5 for testing your applications. -- [CARD] @@ -137,7 +137,7 @@ Learn how to use JBatch with Helidon MP. .Performance tuning in Helidon MP [link=performance-tuning.adoc] -- -Learn how to tune your Helidon MicroProfile (MP) application. +Learn how to improve performance of your application. -- == Build and Deploy From 75940cb88ec00cf27a9403516c7fd60e3b8bfcd4 Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Thu, 14 Jul 2022 12:03:53 +0300 Subject: [PATCH 4/4] Fix rendering error --- docs/mp/guides/overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mp/guides/overview.adoc b/docs/mp/guides/overview.adoc index 41dfae738e1..54f9d0b25ef 100644 --- a/docs/mp/guides/overview.adoc +++ b/docs/mp/guides/overview.adoc @@ -139,6 +139,7 @@ Learn how to use JBatch with Helidon MP. -- Learn how to improve performance of your application. -- +==== == Build and Deploy @@ -185,7 +186,6 @@ Learn how to use Jib to create a container image without Docker. .Deploying to OKE [link=../../guides/oke.adoc] -- -Learn how to deploy your application to Oracle Cloud Infrastructure Container - Engine for Kubernetes (OKE). +Learn how to deploy your application to Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). -- ====