To make changes to the documentation complete the following steps.
- Fork the source repository.
- Create a branch in your fork.
- Make your Changes.
- Verify the changes.
- Commit and push your changes to your branch.
- Create a PR to the source repository.
- Verify all the checks are passing.
- Complete any applicable tasks.
- Make sure to keep your branch up-to-date.
Note
This CONTRIBUTING guide is a work in progress.
To suggest a change please open a PR
or an Issue.
While modifying the docs you can view a live preview with hot reloading.
npm install
npm run devBefore pushing your changes, verify the build completes without error.
npm run buildYou can then preview the live build to ensure it appears as expected.
npm run previewLastly, make sure everything is formatted with Prettier.
npm run prettierOtherwise, format them manually.
npx prettier --write .For more details on checks see: .github/workflows/lint.yaml