Merge pull request #16509 from fixl/patch-1

Render database configuration link correctly
This commit is contained in:
Fredrik Adelöw
2023-02-22 11:58:28 +01:00
committed by GitHub
@@ -21,8 +21,8 @@ instance or cluster.
With infrastructure defined as code or data (Terraform, AWS CloudFormation,
etc.), you may have database credentials which lack permissions to create new
databases or you do not have control over the database names. In these
instances, you can set the database connection configuration on a [per plugin basis]
(#connection-configuration-per-plugin).
instances, you can set the database connection configuration on a
[per plugin basis](#connection-configuration-per-plugin).
Backstage supports all of these use cases with the `DatabaseManager` provided by
`@backstage/backend-common`. We will now cover how to use and configure