From f96a41dae56e4da08f087c7952fc39ff6d6170ea Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Mon, 6 Jan 2025 14:37:22 +0530 Subject: [PATCH] Updated info in the linking local packages docs Signed-off-by: AmbrishRamachandiran --- docs/tooling/local-dev/linking-local-packages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tooling/local-dev/linking-local-packages.md b/docs/tooling/local-dev/linking-local-packages.md index 9205195f64..c2bb55722c 100644 --- a/docs/tooling/local-dev/linking-local-packages.md +++ b/docs/tooling/local-dev/linking-local-packages.md @@ -48,9 +48,9 @@ If you are encountering errors related to React, it is likely that the versions ## Generating temporary patches -!!!info +:::info This feature is experimental and currently only supports Yarn workspaces. -!!! +::: After making local changes to a package in an external workspace you might often want to merge and deploy these changes in your own project. You can use Yarn patches for this purpose, but it can be quite cumbersome to create these patches manually. To make this process easier, you can use `yarn backstage-repo-tools generate-patch` command from the `@backstage/repo-tools` package to generate a patch and resolution entries in the external workspace.