diff --git a/docs/about/02_introduction.adoc b/docs/about/02_introduction.adoc index 31bd3bc8e64..4617b6496a3 100644 --- a/docs/about/02_introduction.adoc +++ b/docs/about/02_introduction.adoc @@ -71,7 +71,7 @@ TIP: For a complete list of fixes and enhancements, see the Helidon 2.0 https:/ Helidon SE already supports GraalVM, but in 2.0 GraalVM native image support will also be available in Helidon MP. <> + * *Helidon Command Line Tool* + -One of the new features in Helidon 2.0 is the addition of a command line interface. The Helidon CLI enables developers to get started with Helidon with minimal effort: you can create a new application, build it, run it, and more, by writing some simple commands. <>. +One of the new features in Helidon 2.0 is the addition of a command line interface. The Helidon CLI enables developers to get started with Helidon with minimal effort: you can create a new application, build it, run it, and more, by writing some simple commands. * *DB Client for Helidon SE* + @@ -105,6 +105,7 @@ View the https://github.com/oracle/helidon/blob/2.0.0-M1/CHANGELOG.md#backward-i == Next Steps + <> <> @@ -112,3 +113,4 @@ View the https://github.com/oracle/helidon/blob/2.0.0-M1/CHANGELOG.md#backward-i + diff --git a/docs/mp/introduction/01_introduction.adoc b/docs/mp/introduction/01_introduction.adoc index 2ffa20aebe6..b1a4ff268e4 100644 --- a/docs/mp/introduction/01_introduction.adoc +++ b/docs/mp/introduction/01_introduction.adoc @@ -38,24 +38,27 @@ Helidon has added additional APIs to the core set of Microprofile APIs giving yo [cols="2,5"] |======= |CDI Extensions -|In addition to MicroProfile support, Helidon MP provides CDI extensions to address areas not covered by MicroProfile.<>. +|In addition to MicroProfile support, Helidon MP provides CDI extensions to address areas not covered by MicroProfile. +<>. |Configuration |The MP Config component provides a Java API to load and process configuration properties in key/value form into a Config object which the application can use to retrieve config data. -<>. +<>. | CORS Support -| Although it is possible for any Helidon application to implement its own support for CORS, there are common tasks (such as processing preflight requests) that can be provided in a Helidon module. <>. +| Although it is possible for any Helidon application to implement its own support for CORS, there are common tasks (such as processing preflight requests) that can be provided in a Helidon module. +<>. |GraalVM Native Image Support for Helidon MP -|GraalVM native-image support is now available for both Helidon MP and Helidon SE. Helidon MP includes support for GraalVM to enable the conversion of Helidon MP applications to native executable code via the native-image utility.<>. +|GraalVM native-image support is now available for both Helidon MP and Helidon SE. Helidon MP includes support for GraalVM to enable the conversion of Helidon MP applications to native executable code via the native-image utility. <>. | gRPC -| Helidon gRPC Server provides a framework for creating gRPC (general-purpose Remote Procedure Calls) applications. +| Helidon gRPC Server provides a framework for creating gRPC (general-purpose Remote Procedure Calls) applications. <>. | Health Checks -| The health check API combines the statuses of all the dependencies that affect availability and the ability to perform correctly such as network latency and storage. <>. +| The health check API combines the statuses of all the dependencies that affect availability and the ability to perform correctly such as network latency and storage. +<>. |JAX-RS/Jersey @@ -68,7 +71,7 @@ Helidon has added additional APIs to the core set of Microprofile APIs giving yo |Metrics |Heldion supports both a base set and a Helidon-specific set of metrics that expose information in JSON format (as specified by the MicroProfile Metrics specification) or in plain text (for Prometheus metrics). -<>. +<>. |OpenAPI @@ -81,11 +84,11 @@ Helidon has added additional APIs to the core set of Microprofile APIs giving yo |Reactive Messaging and Reactive Operators -|With Helidon MP 2.0 you can now formalize manipulation with reactive streams and reactive messaging. Reactive messaging heavily depends on standardized operators so together they provide great portability between existing implementations. <> and <>. +|With Helidon MP 2.0 you can now formalize manipulation with reactive streams and reactive messaging. Reactive messaging heavily depends on standardized operators so together they provide great portability between existing implementations. <> and <>. |Security |The MP security modules support authentication, authorization, outbound security and audits for your applications. -<>. +<>. |======= @@ -98,5 +101,5 @@ Learn about the steps needed to get started with Helidon MP <> to get your +Try the <> to get your first Helidon MP application up and running in minutes. diff --git a/docs/se/introduction/01_introduction.adoc b/docs/se/introduction/01_introduction.adoc index 659de4b9790..0bebac80b52 100644 --- a/docs/se/introduction/01_introduction.adoc +++ b/docs/se/introduction/01_introduction.adoc @@ -52,7 +52,7 @@ number of additional Helidon features: |Configuration | The Config component provides a Java API to load and process configuration properties in key/value form into a Config object which the application can use to retrieve config data. -<>. +<>. | Metrics | Heldion supports both a base set and a Helidon-specific set of metrics that expose information in JSON format (as specified by the MicroProfile Metrics specification) or in plain text (for Prometheus metrics).