diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 052e1456f..994b15a79 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -191,3 +191,23 @@ for generating new keys for signing. Before signing a release with a new GPG key, it should be signed by other trusted keys and added to the [list of trusted keys in the repository](KEYS.md). + +## Updating the docs website + +Once the release is done. Create a pull request to the [docs repo](https://github.com/kinvolk/docs). +Modify the Lokomotive +[_index.md](https://github.com/kinvolk/docs/blob/master/docs/lokomotive/_index.md) file. + +Now add a new entry at the top of the list with new version pointing to its corresponding tag: + +```diff + external_docs: ++- repo: https://github.com/kinvolk/lokomotive.git ++ name: "0.7" ++ branch: "v0.7.0" ++ dir: "docs" + - repo: https://github.com/kinvolk/lokomotive.git + name: "0.6" + branch: "v0.6.0" + dir: "docs" +```