From 6fa4e8f32cd9f7fd8d44a9597fccbc31a0eeab17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 27 Jan 2026 18:23:59 +0100 Subject: [PATCH] refactor info blocks to add the two bundler version links to one --- v3-docs/docs/tutorials/blaze/1.creating-the-app.md | 2 +- v3-docs/docs/tutorials/blaze/9.next-steps.md | 2 +- v3-docs/docs/tutorials/react/1.creating-the-app.md | 2 +- v3-docs/docs/tutorials/react/9.next-steps.md | 2 +- v3-docs/docs/tutorials/solid/1.creating-the-app.md | 2 +- v3-docs/docs/tutorials/solid/9.next-steps.md | 2 +- v3-docs/docs/tutorials/svelte/1.creating-the-app.md | 2 +- v3-docs/docs/tutorials/svelte/9.next-steps.md | 2 +- v3-docs/docs/tutorials/vue/meteorjs3-vue3.md | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/v3-docs/docs/tutorials/blaze/1.creating-the-app.md b/v3-docs/docs/tutorials/blaze/1.creating-the-app.md index 509215dbc7..cfe1f82b90 100644 --- a/v3-docs/docs/tutorials/blaze/1.creating-the-app.md +++ b/v3-docs/docs/tutorials/blaze/1.creating-the-app.md @@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--blaze` option, Meteo We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor). ::: The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML. diff --git a/v3-docs/docs/tutorials/blaze/9.next-steps.md b/v3-docs/docs/tutorials/blaze/9.next-steps.md index f08665fd7f..8d13362738 100644 --- a/v3-docs/docs/tutorials/blaze/9.next-steps.md +++ b/v3-docs/docs/tutorials/blaze/9.next-steps.md @@ -5,7 +5,7 @@ You have completed the tutorial! By now, you should have a good understanding of working with Meteor and Blaze. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor). ::: Here are some options for what you can do next: diff --git a/v3-docs/docs/tutorials/react/1.creating-the-app.md b/v3-docs/docs/tutorials/react/1.creating-the-app.md index bfca699a9c..01451066f4 100644 --- a/v3-docs/docs/tutorials/react/1.creating-the-app.md +++ b/v3-docs/docs/tutorials/react/1.creating-the-app.md @@ -23,7 +23,7 @@ Meteor will create all the necessary files for you. By default, Meteor generates We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor). ::: The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.jsx` where Meteor is rendering your App main component into the HTML. diff --git a/v3-docs/docs/tutorials/react/9.next-steps.md b/v3-docs/docs/tutorials/react/9.next-steps.md index 1b7ec4005d..2680bdb952 100644 --- a/v3-docs/docs/tutorials/react/9.next-steps.md +++ b/v3-docs/docs/tutorials/react/9.next-steps.md @@ -5,7 +5,7 @@ You have completed the tutorial! By now, you should have a good understanding of working with Meteor and React. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor). ::: Here are some options for what you can do next: diff --git a/v3-docs/docs/tutorials/solid/1.creating-the-app.md b/v3-docs/docs/tutorials/solid/1.creating-the-app.md index 64656abcb9..24accd8de1 100644 --- a/v3-docs/docs/tutorials/solid/1.creating-the-app.md +++ b/v3-docs/docs/tutorials/solid/1.creating-the-app.md @@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--solid` option, Meteo We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor). ::: The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML. diff --git a/v3-docs/docs/tutorials/solid/9.next-steps.md b/v3-docs/docs/tutorials/solid/9.next-steps.md index ccce546216..bb93d34d4e 100644 --- a/v3-docs/docs/tutorials/solid/9.next-steps.md +++ b/v3-docs/docs/tutorials/solid/9.next-steps.md @@ -5,7 +5,7 @@ You have completed the tutorial! By now, you should have a good understanding of working with Meteor and Solid. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor). ::: Here are some options for what you can do next: diff --git a/v3-docs/docs/tutorials/svelte/1.creating-the-app.md b/v3-docs/docs/tutorials/svelte/1.creating-the-app.md index 335b6fecd8..971eadf81d 100644 --- a/v3-docs/docs/tutorials/svelte/1.creating-the-app.md +++ b/v3-docs/docs/tutorials/svelte/1.creating-the-app.md @@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--svelte` option, Mete We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor). ::: The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML. diff --git a/v3-docs/docs/tutorials/svelte/9.next-steps.md b/v3-docs/docs/tutorials/svelte/9.next-steps.md index 554a726960..bd894372c8 100644 --- a/v3-docs/docs/tutorials/svelte/9.next-steps.md +++ b/v3-docs/docs/tutorials/svelte/9.next-steps.md @@ -5,7 +5,7 @@ You have completed the tutorial! By now, you should have a good understanding of working with Meteor and Svelte. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor). ::: Here are some options for what you can do next: diff --git a/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md b/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md index 6713dc9946..2335c0470e 100644 --- a/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md +++ b/v3-docs/docs/tutorials/vue/meteorjs3-vue3.md @@ -42,7 +42,7 @@ Meteor will create all the necessary files for you. The `--vue` flag generates a We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor). ::: You will find the `client` directory contains files for your client-side setup. Inside, you can see for example `client/main.jsx` where Meteor is rendering your App main component into the HTML. @@ -1369,7 +1369,7 @@ You have completed the tutorial! By now, you should have a good understanding of working with Meteor and Vue. ::: info -You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor). +You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor). ::: Here are some options for what you can do next: