Skip to content

Commit

Permalink
Merge pull request #28400 from yrodiere/datasource-guide-links
Browse files Browse the repository at this point in the history
Add link to datasource guide for JDBC and datasource extensions
  • Loading branch information
gsmet committed Oct 5, 2022
2 parents 4113c73 + 6daaa49 commit caee2d8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ name: "Datasources"
metadata:
keywords:
- "datasource"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Down
Expand Up @@ -6,5 +6,6 @@ metadata:
- "jdbc-db2"
- "jdbc"
- "db2"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
Expand Up @@ -6,6 +6,7 @@ metadata:
- "jdbc-derby"
- "jdbc"
- "derby"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Up @@ -6,6 +6,7 @@ metadata:
- "jdbc-h2"
- "jdbc"
- "h2"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Up @@ -6,6 +6,7 @@ metadata:
- "jdbc-mariadb"
- "jdbc"
- "mariadb"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Up @@ -7,6 +7,7 @@ metadata:
- "jdbc"
- "mssql"
- "sql-server"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Up @@ -6,6 +6,7 @@ metadata:
- "jdbc-mysql"
- "jdbc"
- "mysql"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "stable"
Expand Up @@ -6,6 +6,7 @@ metadata:
- "jdbc-oracle"
- "jdbc"
- "oracle"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"
status: "preview"
Expand Up @@ -6,5 +6,6 @@ metadata:
- "jdbc-postgresql"
- "jdbc"
- "postgresql"
guide: "https://quarkus.io/guides/datasource"
categories:
- "data"

0 comments on commit caee2d8

Please sign in to comment.