From ce7ec866373cd97cd253f7bf410093ab4410ba4f Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:40:08 -0300 Subject: [PATCH] docs: add external links section to migration guide overview --- .../breaking-changes/index.md | 5 ----- v3-docs/v3-migration-docs/index.md | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/v3-docs/v3-migration-docs/breaking-changes/index.md b/v3-docs/v3-migration-docs/breaking-changes/index.md index 754ff50b0e..bfd928018a 100644 --- a/v3-docs/v3-migration-docs/breaking-changes/index.md +++ b/v3-docs/v3-migration-docs/breaking-changes/index.md @@ -205,8 +205,3 @@ const user = await Meteor.userAsync(); // [!code highlight] ``` - -## Community migration guides - -Currently we are aware of the following community migration guides: - - [Meteor 3.0 Migration Guide, from Daniel](https://docs.google.com/document/d/1XxHE5MQaS0-85HQ-bkiXxmGlYi41ggkX3F-9Rjb9HhE/edit#heading=h.65xi3waq9bb) diff --git a/v3-docs/v3-migration-docs/index.md b/v3-docs/v3-migration-docs/index.md index 7226d9bc90..342b69e553 100644 --- a/v3-docs/v3-migration-docs/index.md +++ b/v3-docs/v3-migration-docs/index.md @@ -167,3 +167,23 @@ We will bring these three new packages to the core and migrate them to Meteor 3. For those packages that are not in the core but are maintained by the [community](https://github.com/Meteor-Community-Packages), we hope that the community can work on them, but if for some reason that is not possible, you can always ping us on [Slack](https://join.slack.com/t/meteor-community/shared_invite/zt-28aru814j-AwswQGt2D1xIXurvmtJvug) or in the [Forums](https://forums.meteor.com/). + + +## External links + +Currently we are aware of the following community migration guides: + - [Meteor 3.0 Migration Guide, from Daniel](https://docs.google.com/document/d/1XxHE5MQaS0-85HQ-bkiXxmGlYi41ggkX3F-9Rjb9HhE/edit#heading=h.65xi3waq9bb) + +### Videos + +Migrating apps to Meteor 3.0: +- TicTacToe & others - [YouTube](https://www.youtube.com/watch?v=MtStd0aeyQA) +- Complex Svelte todo list & others - [YouTube](https://www.youtube.com/watch?v=-XW8xwSk-zU) +- Meteor university in 3.0: + - part 1 - [YouTube](https://www.youtube.com/watch?v=WbwHv-aoGlU) + - part 2 - [YouTube](https://www.youtube.com/watch?v=PB2M16fmloM) + - part 3 - [YouTube](https://www.youtube.com/watch?v=79ytCgZQfSU) + - part 4 - [YouTube](https://www.youtube.com/watch?v=InNCy0duKak) + +If you have a migration guide, it can be video or text, please let us know so we can add it here. +