docs icon indicating copy to clipboard operation
docs copied to clipboard

The Meteor API documentation.

Results 11 docs issues
Sort by recently updated
recently updated
newest added

- Adding information to the docs about the `CAFILE` environment variable available in Meteor 1.3 and later.

All CLI methods are now ordered alphabetically, I ran it locally and looks nice: ![image](https://user-images.githubusercontent.com/25377562/137642444-30117265-c294-421b-8c80-c72a54cca5b9.png) ![image](https://user-images.githubusercontent.com/25377562/137642452-c747408c-dbdc-4105-9f3c-9dfddefd2522.png) After I was done ordering I noticed that two lines went missing but after...

I know this is not really a bug but it is really annoying to find the proper command in this unordered list. Sorting alphabetically would be much more intuitive. https://docs.meteor.com/commandline.html

good first issue

Why can't I seem to find the docs for many methods/properties located in [password_server.js](https://github.com/meteor/meteor/blob/e3ff09ef4464c1bda55155324c576036f52786e0/packages/accounts-password/password_server.js)? Like [generateOptionsForEmail](https://github.com/meteor/meteor/blob/e3ff09ef4464c1bda55155324c576036f52786e0/packages/accounts-password/password_server.js#L624) and others? Are those low level functions that you're not supposed to be tampering...

good first issue

Document a workaround for a certificate issue on Windows as documented in: https://github.com/meteor/meteor/issues/11415

I just got bitten by rate-limiter thinking by default the rule applies to each connection separately. This example should help educate users that it is not in fact the case...

We should document this flag in the run command. From History.md > You can now pass an --exclude-archs option to the meteor run and meteor test commands to temporarily disable...

good first issue

The [current helmet example](https://guide.meteor.com/security.html#csp) assumes a modern bundle (see line 37) but this would fail for legacy bundles. A potential fix could be like the following: ```js ... // Prepare...

good first issue

It took me a good bunch of time to find the fix for this and a hint in the docs would be great for others, too. Background: we tested our...

confirmed
good first issue