Skip to content

Commit 7cbe6c1

Browse files
committed
update migrate a product aside
1 parent 4e776b9 commit 7cbe6c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

products/docs-engine/src/content/how-to-guides/migrate-a-product.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,13 @@ The next thing you’ll want to do is get a local development setup going.
7979

8080
## Step 3: Make changes
8181

82-
<Aside>
82+
<Aside header="Note">
83+
84+
Unfortunately, for now you’ll need to stop and restart `npm run develop` every time you make changes.
85+
86+
This is something we’d like to fix and can be tracked [in this Github issue](https://github.com/cloudflare/cloudflare-docs-engine/issues/279).
8387

84-
__Note:__ Unfortunately, for now you’ll need to stop and restart `npm run develop` every time you make changes. This is something we’re urgently looking to fix and can be tracked [in this Github issue](https://github.com/cloudflare/cloudflare-docs-engine/issues/279), which also includes a workaround which may help in the interim.
88+
The workaround (noted in the issue) is to make your changes inside `.docs/src/content` instead. When you’re done you can run `npm run savechanges` (inside the project directory) and that will copy the contents of `.docs/src/content` into `src/content`.
8589

8690
</Aside>
8791

0 commit comments

Comments
 (0)