This is the main documentation repository for the Amplify Framework. The documentation is new. We welcome feedback and contributions. Get Started >>
The documentation is tested for spelling errors in CircleCI and against a custom dictionary .spelling. Add the words here e.g. service names etc. that should be bypassed by the checker. The spelling is checked via the npm test
command during the build. You can see failing builds / errors by clicking on the build badge above. There is also a grammar check that should be run locally via npm run grammar
.
When contributing to documentation:
- Fork this repository
git clone git@github.com:aws-amplify/docs
- Make your changes and run
npm test
andnpm run grammar
locally prior to creating a pull request - Fix any spelling/grammar issues and update
.spelling
as needed - Create a Pull Request here