Benjamin Payoux
44ce888dc6
Update 6.filter-tasks.md
...
Simplified declaration of `pendingTasksTitle` removing unnecessary template literal.
2025-11-05 13:46:52 -03:00
Italo José
290f451eee
Merge branch 'devel' into meteor3-svelte-docs-try2-devel-branch
2025-10-29 09:41:38 -03:00
Italo José
8259ec0be0
Merge branch 'devel' into meteor3-svelte-docs-try2-devel-branch
2025-10-28 10:43:11 -03:00
Italo José
49229e3de1
Merge branch 'devel' into meteor3-blaze-docs
2025-10-28 10:41:51 -03:00
Aaron Rosenzweig
933c7b30d0
Meteor v3 docs for Solid tutorial
2025-10-28 10:40:16 -03:00
Aaron Rosenzweig
29881a3413
Meteor v3 docs for Svelte tutorial
2025-10-26 16:22:33 -04:00
Aaron Rosenzweig
3f6f871cb9
Removing "className" which is a React thing... should be "class"
2025-10-14 21:35:00 -04:00
Aaron Rosenzweig
c5d632cf36
Linked to official installation guide.
2025-10-14 21:32:51 -04:00
Aaron Rosenzweig
0a6d501686
Added MS-Windows command to check ip address
2025-10-14 21:28:58 -04:00
Aaron Rosenzweig
90a5db12e4
Cleaned up the wording about visiting the running app.
2025-10-14 21:25:12 -04:00
Aaron Rosenzweig
8c3edc5c6c
Added secondary _id sort to make sorting deterministic.
2025-10-12 18:28:45 -04:00
Aaron Rosenzweig
544949cf49
Fixed code-group declaration typo
2025-10-11 21:05:54 -04:00
kokokino
ac197beae1
Merge branch 'devel' into meteor3-blaze-docs
2025-10-08 00:01:45 -04:00
Aaron Rosenzweig
16433ed250
Added extra verbiage about the non-deterministic jumping of tasks to make it more clear.
2025-10-08 00:01:06 -04:00
Aaron Rosenzweig
bf9d6d2e56
Made "TasksMethods.js" start with uppercase letter.
2025-10-07 23:52:41 -04:00
Aaron Rosenzweig
b023a2e1a0
close the helpers
2025-10-07 23:49:02 -04:00
Aaron Rosenzweig
8e4de0c378
Updated the pub/sub information.
2025-10-07 23:45:34 -04:00
Aaron Rosenzweig
30f8cb1ef4
Added callout and link to packages.
2025-10-07 23:36:47 -04:00
Aaron Rosenzweig
f41d060edd
Added link for "hot-module-replacement"
2025-10-07 23:30:58 -04:00
Aaron Rosenzweig
18eef055c2
Switched back to PNG for mermaid diagram with 688 px width.
2025-10-07 23:26:43 -04:00
Aaron Rosenzweig
2cb3fb3ca1
Switching back to SVG but specifying both width and height of mermaid diagram
2025-10-07 23:17:06 -04:00
Aaron Rosenzweig
6db9079627
Switched from SVG to PNG for mermaid diagram
2025-10-07 23:09:31 -04:00
Aaron Rosenzweig
260b5b9ef5
Added mermaid diagram to explain Blaze rendering.
2025-10-07 23:05:40 -04:00
Aaron Rosenzweig
b9ffaa996a
Fixing VitePress documentation compilation errors by escaping handlebars like this: <span v-pre>{{#if}}</span>
2025-10-06 22:09:27 -04:00
Gabriel Grubba
b0845596d8
DOCS: Update Node.js version in Meteor+Vue3 tutorial
...
- Remove `--release` option
- Remove `node.js` version
2025-10-06 14:57:55 -03:00
Aaron Rosenzweig
7d069d05d0
Added Blaze tutorial that is fiberless for Meteor 3 that is similar to the existing React and Vue tutorials
2025-10-05 16:01:19 -04:00
Victor Parpoil
1c1ecb7607
fix: broken links to packages overview do to refactor
2025-09-17 10:54:01 -03:00
Victor Parpoil
b725bf8bc7
feat: mention the existence of oauth2 server package to share identity between apps
2025-09-17 10:54:01 -03:00
Victor Parpoil
b449fa87d3
feat: mention the ability to create express API directly from WebApp
2025-09-17 10:54:01 -03:00
Victor Parpoil
4f67f7f901
fix: modernize some structure parts
2025-09-17 10:54:01 -03:00
Victor Parpoil
86a69fb978
fix: broken links
2025-09-17 10:54:01 -03:00
Victor Parpoil
704253900a
fix: replace dead links
2025-09-17 10:54:01 -03:00
Victor Parpoil
3c79d85da2
docs: paste application structure from guide to v3 docs
2025-09-17 10:54:01 -03:00
Victor Parpoil
735b1d0430
docs: move package tutorial to Packages entry in left menu and reorganize
2025-09-16 17:36:31 -03:00
Victor Parpoil
d1d85ddfc7
fix: replace dead links with either v3 docs links or old guide links
2025-09-16 17:36:31 -03:00
Victor Parpoil
cc2ec85442
fix: rework on TOC
2025-09-16 17:36:31 -03:00
Victor Parpoil
61d7b2f207
fix: modernize writing atmosphere packages docs
2025-09-16 17:36:31 -03:00
Victor Parpoil
5f7a15b425
fix: modernizing using atmosphere packages
2025-09-16 17:36:31 -03:00
Victor Parpoil
18fad618c8
fix: remove "search for packages" which seems obvious from introduction in index
2025-09-16 17:36:31 -03:00
Victor Parpoil
df5154c0a5
fix: modernize when to use meteor packages
2025-09-16 17:36:31 -03:00
Victor Parpoil
e63a53cafd
docs: pasting original guide for atmostphere packages in v3-docs
2025-09-16 17:36:31 -03:00
Gabriel Grubba
cc7bc9efd8
DOCS:Remove references to Meteor Toolbox VS Code extension
...
All mentions and links to the Meteor Toolbox VS Code extension have been removed from documentation and tutorials.
Based on https://forums.meteor.com/t/vs-code-extension/64106/2?u=grubba , and since the extension repository appears to be unmaintained, it seems best to remove it from the docs.
Soon, we will have a more defined process for third-party tools.
2025-09-01 10:17:14 -03:00
Diego Silva da Cunha
b7e9a9f13f
Update 9.next-steps.md
...
fix(next-steps): changing text from Vue to React
2025-08-06 11:03:05 -03:00
Sufhal
e08b44ebd4
chore: fixed a typo on paragraph 2.
2025-05-01 00:11:02 +02:00
Frederico Maia
035e0d769c
Update Galaxy documentation links to point to the new support site.
2025-03-25 10:06:35 -03:00
David Ihl
b0bf53cc02
Update 7.adding-user-accounts.md
...
use `insertAsync` as introduced in Step 2 instead of `insert`
2025-02-24 14:47:27 +01:00
Frederico Maia
3ab2dcc346
docs: update VitePress config and web apps documentation
2024-09-20 18:07:07 -03:00
Frederico Maia
c3f344dd44
Fix some broken links
2024-09-19 10:26:14 -03:00
denihs
d2ba435956
add react tutorial to the navbar
2024-08-22 14:44:53 -04:00
denihs
cedec2d184
Merge branch 'refs/heads/devel' into feature/react-tutorial
...
# Conflicts:
# v3-docs/docs/.vitepress/config.mts
2024-08-22 14:40:40 -04:00