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

fixed links in the cards for extensions #3930

Merged
merged 1 commit into from
Mar 29, 2022
Merged
Changes from all 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
19 changes: 10 additions & 9 deletions docs/mp/extensions/01_overview.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2019, 2020 Oracle and/or its affiliates.
Copyright (c) 2019, 2022 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,49 +21,50 @@
:description: Helidon extensions
:keywords: helidon, java, microservices, microprofile, extensions
:cdi-extension-api-url: https://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#spi
:mp-pages-ref-prefix: mp/extensions
:mp-using-cdi-ref: {mp-pages-ref-prefix}/02_cdi_datasource-hikaricp.adoc

== CDI extensions
== CDI Extensions

Helidon provides link:{cdi-extension-api-url}[CDI portable extensions] that you
can use to inject the following objects into your Helidon MicroProfile
Helidon provides link:{cdi-extension-api-url}[CDI portable extensions] that you can use to inject the following objects into your Helidon MicroProfile
applications:

[PILLARS]
====

[CARD]
.HikariCP data sources
[link=extensions/02_cdi_datasource-hikaricp.adoc]
[link=mp/extensions/02_cdi_datasource-hikaricp.adoc]
--
Create and inject a HikariCP data source in your application code.
--

[CARD]
.Oracle UCP data sources
[link=extensions/02_cdi_datasource-ucp.adoc]
[link=mp/extensions/02_cdi_datasource-ucp.adoc]
--
Create and inject an Oracle Universal Connection Pool data source in
your application code.
--

[CARD]
.Jedis clients
[link=extensions/03_cdi_jedis.adoc]
[link=mp/extensions/03_cdi_jedis.adoc]
--
Create and inject a Jedis pool in your application code.
--

[CARD]
.OCI Object Storage clients
[link=extensions/04_cdi_oci-objectstorage.adoc]
[link=mp/extensions/04_cdi_oci-objectstorage.adoc]
--
Create and inject an Oracle Cloud Infrastructure Object Storage client in your
application code.
--

[CARD]
.Java Transaction API objects
[link=extensions/05_cdi_jta.adoc]
[link=mp/extensions/05_cdi_jta.adoc]
--
Use the Java Transaction API in your application code.
--
Expand Down