## How this works
## How these changes were tested
## To prevent any errors while building
- [x] run `vale /docs/file/path` on all changed `.md` files to ensure all grammar rules pass
- [x] run `markdownlint /docs/file/path` on all changed `.md` files to ensure all linting rules pass
- [x] complete the above two checks and all additional rules outlined in `style-checker-notes.md` to
ensure all checks pass
### If a document was removed/deleted
- [x] the path to that doc must be redirected to a valid URL via the
`_redirects` file
- [x] `_redirects` were manually verified with the cloudflare preview link
- [x] `sidebars.json` reflects all changes made to file path
### If a document was moved
- [x] all files that were moved from their current directory to a new path have had their paths
redirected via the `_redirects` file
- [x] `_redirects` were manually verified with the cloudflare preview link
- [x] `sidebars.json` reflects all changes made to file path
Docs PR Template
Why this should be merged