1.6 KiB
Contributing to Meteor JS documentation
We welcome contributions to the Meteor JS documentation!
Since documentation is always evolving, your help is really valuable to ensure content is accurate and up-to-date.
How to Contribute
Identify elements that need improvement
Are you new here? Please check our documentation issues.
If in doubt about the best way to implement something, please create additional conversation on the issue.
Issues are not assigned, you don’t need to wait for approval before contributing. Jump right in and open a PR — this increases your chances of getting your work merged, since issues can be claimed fast.
Do the changes and share them
Documentation live in the v3-docs/docs directory of the Meteor GitHub repository
You should start your work from the devel branch.
You must test your contibution locally before submitting a pull request. To do so, here are the steps:
cd v3-docs/docs && npm run docs:devwill run the docs locally at http://localhost:5173/- Make your changes and verify them in the browser.
- run
npm run docs:buildto ensure the build works correctly. - Push your work and submit a documented pull request to the
develbranch.
If you add a new page to the documentation, please make sure the configuration creates a link to access it (see .vitepress/config.mts).