Skip to content

Commit

Permalink
docs: make v0.9 the default docs
Browse files Browse the repository at this point in the history
This makes the v0.9 release the default documentation.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard authored and talos-bot committed Mar 22, 2021
1 parent a5b62f4 commit 79ceb42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions website/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ module.exports = {
{
version: "v0.9",
url: "/docs/v0.9/",
latest: false,
prerelease: true,
latest: true,
prerelease: false,
},
{
version: "v0.8",
url: "/docs/v0.8/",
latest: true,
latest: false,
prerelease: false,
},
{
Expand Down
4 changes: 2 additions & 2 deletions website/static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#
# The Netlify documentation says that the following redirect rules are
# equivalent, but that is not what is observed in practice.
/docs/latest /docs/v0.8
/docs/latest/ /docs/v0.8
/docs/latest /docs/v0.9
/docs/latest/ /docs/v0.9

0 comments on commit 79ceb42

Please sign in to comment.