mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-03 19:51:16 +02:00
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:
parent
8513123d22
commit
372c0060dc
@ -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,
|
||||
},
|
||||
],
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user