Commit Graph

99 Commits

Author SHA1 Message Date
Gabriel Grubba
dd6890a2cd DOCS: check if methods are being correctly used 2026-03-30 21:32:01 -03:00
Gabriel Grubba
e5423cbca3 Reapply "DOCS: revamp and update accounts tutorial"
This reverts commit c6a9c42cfe.
2026-03-30 21:13:51 -03:00
Gabriel Grubba
7981d7f264 Revert "DOCS: revamp and update accounts tutorial"
This reverts commit e02d65a09a.
2026-03-30 21:10:10 -03:00
Gabriel Grubba
e02d65a09a DOCS: revamp and update accounts tutorial
In this PR:

Removed

- `accounts-ui`section
- `alanning:roles` references — replaced with the Meteor core roles package

Updated methods to be using the correct name(*Async for example)

And added sections about Passwordless login, 2FA and Security configuration
2026-03-30 21:09:35 -03:00
Gabriel Grubba
1feda279af DOCS: remove routing from core concepts docs
This doc only covers FlowRouter and Blaze, I'm not sure how useful this doc can be for core in general(maybe we could have multiple sections about routers?) – I'll remove this one for now until we know how to proceed about these core concepts(what should be a core concept?)
2026-03-30 20:52:30 -03:00
Gabriel Grubba
5f8a9535fc DOCS: add Galaxy Cloud as a valid option for MongoDB
and update node version in example file
2026-03-30 20:36:14 -03:00
Harry Adel
7737ed5854 Fix dead links and Vue template interpolation errors in build
- Replace /api/passwords with /api/accounts in accounts tutorial
  (accounts-password API lives in the accounts page)
- Replace /api/accounts-multi with /api/accounts
- Fix /tutorials dead link to point to react tutorial
- Fix /packages/3.writing-atmosphere-packages to use new path (#7)
- Escape {{_}} and {{currentUser}} with v-pre to prevent Vue SSR
  interpolation errors
- Replace ApiBox with markdown headings for deprecated collection
  extension aliases (addPrototype, removePrototype) that lack jsdoc
  entries
2026-02-09 04:02:36 +02:00
Harry Adel
8e25037bf9 Fix stale links in framework tutorial docs
Replace guide.meteor.com and docs.meteor.com URLs with internal v3
paths across React, Vue, Blaze, Solid, and Svelte tutorials. Drop
.html extensions from internal links to match VitePress routing.

Affected links include references to collections API, accounts API,
methods guide, deployment guide, and reactive-dict API.
2026-02-09 03:44:36 +02:00
Harry Adel
ddb3e2525d Migrate v2 guide tutorials to v3 docs
Migrate comprehensive tutorial content from the v2 guide to v3 docs
covering core concepts, production guides, advanced topics, and
integrations:

- Core: methods, data-loading, collections, accounts, routing
- Production: deployment, testing
- Advanced: security, application-structure, code-style, apollo
- Integrations: react-native, flowbite

Also fix stale guide.meteor.com links in security and
application-structure tutorials to use internal v3 paths.
2026-02-09 03:43:22 +02:00
Nacho Codoñer
a6840e0298 improve tutorial clarity on Rspack and Meteor bundlers 2026-01-27 18:32:47 +01:00
Nacho Codoñer
6fa4e8f32c refactor info blocks to add the two bundler version links to one 2026-01-27 18:23:59 +01:00
Nacho Codoñer
919202a24d refactor info blocks to add the two bundler version links to one 2026-01-27 18:19:43 +01:00
Nacho Codoñer
1de9f34f55 update Svelte tutorial references and adopt Rspack bundler 2026-01-19 16:38:53 +01:00
Nacho Codoñer
e36dcc38cd update Svelte tutorial references and adopt Rspack bundler 2026-01-19 16:38:02 +01:00
Nacho Codoñer
848ab5899c update Blaze tutorial references and adopt Rspack bundler 2026-01-19 15:53:57 +01:00
Nacho Codoñer
6c91db197c update Solid tutorial references and adopt Rspack bundler 2026-01-19 15:44:31 +01:00
Nacho Codoñer
adc156e45b update Vue tutorial references and adopt Rspack bundler 2026-01-19 14:25:06 +01:00
Nacho Codoñer
6950c8a9e7 update Vue tutorial references and adopt Rspack bundler 2026-01-19 14:16:27 +01:00
Nacho Codoñer
c27baf683c update Vue tutorial references and adopt Rspack bundler 2026-01-19 14:13:16 +01:00
Nacho Codoñer
2591862ca5 update React tutorial to include Rspack and Meteor bundler details 2026-01-19 13:54:46 +01:00
Nacho Codoñer
2936b199ac update React tutorial to include Rspack and Meteor bundler details 2026-01-19 13:46:44 +01:00
Nacho Codoñer
13369a979a update React tutorial to include Rspack and Meteor bundler details 2026-01-19 13:17:23 +01:00
Nacho Codoñer
8c58cc1392 update HMR details for Meteor 3.4+ in tutorials 2026-01-14 17:11:00 +01:00
Nacho Codoñer
6c83b188cb update React tutorial with Rspack and HMR improvements 2026-01-14 14:30:22 +01:00
Italo José
04d8e0e900 Merge branch 'devel' into patch-1 2025-12-02 18:39:21 -03:00
Victor Parpoil
9f4a310636 Docs: bring Production > Security content from the Guide to v3 docs (#13934)
* feat: add security from meteor guide to v3-docs tutorial folder

* fix: use markdown tags for titles

* fix: rework on methods

* fix: finalize changes of urls and adaptations to jam:method

---------

Co-authored-by: Italo José <italo.i@live.com>
2025-12-02 15:13:41 -03:00
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