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
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?)
- 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
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.
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.
* 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>