Skip to content

Commit

Permalink
docs: Consolidate all R2DBC docs onto one page. (#1606)
Browse files Browse the repository at this point in the history
Consolidate all R2DBC docs into a single page for easier maintenance.

Part of #1550
  • Loading branch information
hessjcg authored Oct 13, 2023
1 parent e56d6ee commit cfe4f15
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 356 deletions.
4 changes: 1 addition & 3 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ extraFiles:
- docs/jdbc-mysql.md
- docs/jdbc-postgres.md
- docs/jdbc-sqlserver.md
- docs/r2dbc-mysql.md
- docs/r2dbc-postgres.md
- docs/r2dbc-sqlserver.md
- docs/r2dbc.md
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ JDBC:
* [Connecting to SQL Server using JDBC](docs/jdbc-sqlserver.md)

R2DBC:
* [Connecting to MySQL using R2DBC](docs/r2dbc-mysql.md)
* [Connecting to Postgres using R2DBC](docs/r2dbc-postgres.md)
* [Connecting to SQL Server using R2DBC](docs/r2dbc-sqlserver.md)
* [Connecting to Cloud SQL using R2DBC](docs/r2dbc)

For examples of this library being used in the context of an application, check out the sample applications located
[here](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/cloud-sql).
Expand Down
105 changes: 0 additions & 105 deletions docs/r2dbc-mysql.md

This file was deleted.

142 changes: 0 additions & 142 deletions docs/r2dbc-postgres.md

This file was deleted.

103 changes: 0 additions & 103 deletions docs/r2dbc-sqlserver.md

This file was deleted.

Loading

0 comments on commit cfe4f15

Please sign in to comment.