diff --git a/docs/release-process.md b/docs/release-process.md index 45f6400c307..6696585e306 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -89,6 +89,8 @@ Release is happening on separate `release-.` branch. 1. Note any changes in the changelog 1. If there were any changes then update the relevant alerting rules and/or dashboards since `thanos-mixin` is part of the repository now +1. Update website's [hugo.yaml](../website/hugo.yaml) to have correct links for new release (add `0.y.z: "/:sections/:filename.md"`). + 1. Update tutorials: 1. Update the Thanos version used in the [tutorials](../tutorials) manifests. diff --git a/website/hugo.yaml b/website/hugo.yaml index 084b9479907..618d76bb66a 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -25,9 +25,17 @@ staticDir: "static" permalinks: # Generate those for every file. + # TODO(bwplotka): Move to mdox + fixes to ensure we don't need to manually do this. tip: "/:sections/:filename.md" - v0.16: "/:sections/:filename.md" + v0.18: "/:sections/:filename.md" v0.17: "/:sections/:filename.md" + v0.16: "/:sections/:filename.md" + v0.15: "/:sections/:filename.md" + v0.14: "/:sections/:filename.md" + v0.13: "/:sections/:filename.md" + v0.12: "/:sections/:filename.md" + v0.11: "/:sections/:filename.md" + v0.10: "/:sections/:filename.md" params: SlackInvite: "https://slack.cncf.io"