docs: graduate v0.7 docs

The v0.7 docs are now the default and marked as stable.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
Andrew Rynhard 2020-11-16 21:31:29 -08:00 committed by Andrew Rynhard
parent 8513123d22
commit 372c0060dc
3 changed files with 6 additions and 6 deletions

View File

@ -24,13 +24,13 @@ module.exports = {
{
version: "v0.7",
url: "/docs/v0.7/",
latest: false,
prerelease: true,
latest: true,
prerelease: false,
},
{
version: "v0.6",
url: "/docs/v0.6/",
latest: true,
latest: false,
prerelease: false,
},
],

View File

@ -27,7 +27,7 @@
laptop inside Docker.
</p>
<div class="flex-1 text-center pb-4 m-0">
<a href="/docs/v0.6/introduction/quickstart">
<a href="/docs/v0.7/introduction/quickstart">
<button class="teal-cta-button">Try it now</button></a
>
</div>

View File

@ -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.6
/docs/latest/ /docs/v0.6
/docs/latest /docs/v0.7
/docs/latest/ /docs/v0.7