From ea3d76c20f31eaa2af5201af9e0060ac334d49d7 Mon Sep 17 00:00:00 2001 From: arctic-hen7 Date: Wed, 18 Jan 2023 18:15:38 +1030 Subject: [PATCH] docs: tempered a line in the migration docs --- docs/0.4.x/en-US/reference/migrating.md | 2 +- docs/next/en-US/migrating.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/0.4.x/en-US/reference/migrating.md b/docs/0.4.x/en-US/reference/migrating.md index b2a755728c..6d70195356 100644 --- a/docs/0.4.x/en-US/reference/migrating.md +++ b/docs/0.4.x/en-US/reference/migrating.md @@ -26,7 +26,7 @@ Perseus v0.4.x added a significant number of breaking changes, as almost the ent 20. Update your code for any smaller breaking changes that might affect you, as per the [changelog](https://github.com/framesurge/perseus/blob/main/CHANGELOG.md). 21. Run `cargo update` and then `perseus build` to get everything up to date and ensure that your app works! (This might take a while the first time.) -We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is by far the most powerful frontend framework in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can! +We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is on par with the most powerful frontend frameworks in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can! ## If You've Ejected diff --git a/docs/next/en-US/migrating.md b/docs/next/en-US/migrating.md index 300778b1b9..e18bfb1da1 100644 --- a/docs/next/en-US/migrating.md +++ b/docs/next/en-US/migrating.md @@ -28,7 +28,7 @@ Perseus v0.4.x added a significant number of breaking changes, as almost the ent 22. Update your code for any smaller breaking changes that might affect you, as per the [changelog](https://github.com/framesurge/perseus/blob/main/CHANGELOG.md). 23. Run `cargo update` and then `perseus clean && perseus build` to get everything up to date and ensure that your app works! (This might take a while the first time.) -We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is by far the most powerful frontend framework in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can! +We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is on par with the most powerful frontend frameworks in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can! Note that, in order to make `rust-analyzer` etc. work with the new version of Perseus, you'll need to tell it to compile your app for the engine-side by default. You can do this by adding a `.cargo/config.toml` file to the root of your project with the following contents: