Update README.md

This commit is contained in:
Laura Pacilio 2022-08-02 14:09:08 -04:00 committed by GitHub
parent 38fe6f761d
commit 467b592b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ You should preview all of your changes locally before creating a pull request. T
1. When you're done with the preview, press `ctrl-C` in your terminal to stop the server.
## Deploy Changes
## Deploying Changes
The website generates versioned documentation by pointing to the HEAD of the release branch for that version. For example, the `v1.2.x` documentation on the website points to the HEAD of the `v1.2` release branch in the `terraform` repository.
Merging a PR to `main` queues up documentation changes for the next minor product release. To update the latest documentation, you must also backport your changes to one or more release branches. Changes that you push to a release branch become live on the site within one hour.