From 91a05d38596d6b0e9d79ccb928ca36cf11bec123 Mon Sep 17 00:00:00 2001 From: Aaron Rosenzweig Date: Mon, 6 Oct 2025 19:37:49 -0400 Subject: [PATCH] Appended Blaze tutorial in the docs page after the Vue entry. --- v3-docs/docs/.vitepress/config.mts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 5680608b44..d908907fa2 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -40,6 +40,10 @@ export default defineConfig({ text: "Meteor + Vue + vue-meteor-tracker", link: "/tutorials/vue/meteorjs3-vue3-vue-meteor-tracker", }, + { + text: "Meteor.js 3 + Blaze", + link: "/tutorials/blaze/index", + }, { link: "/tutorials/application-structure/index", text: "Application structure",