From e4589ef403090484ff083348ee5780d4af8a4dee Mon Sep 17 00:00:00 2001 From: "Kevin L." Date: Thu, 18 Jul 2024 17:31:17 -0400 Subject: [PATCH] Update docs/integrations/bitbucketServer/discovery.md Accept @awanlin suggestion Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Kevin L. --- docs/integrations/bitbucketServer/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/bitbucketServer/discovery.md b/docs/integrations/bitbucketServer/discovery.md index 65dcbb25b4..d1467c3993 100644 --- a/docs/integrations/bitbucketServer/discovery.md +++ b/docs/integrations/bitbucketServer/discovery.md @@ -22,7 +22,7 @@ You will have to add the entity provider in the catalog initialization code of y backend. The provider is not installed by default, therefore you have to add a dependency to `@backstage/plugin-catalog-backend-module-bitbucket-server` to your backend package. -```bash +```bash title="From your Backstage root directory" # From your Backstage root directory yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-bitbucket-server ```