docs: default to v0.4

This brings the v0.4 docs out of pre-release status, and updates links
to point to v0.4 docs by default.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2020-04-18 14:29:54 -07:00 committed by talos-bot
parent 5f996e737d
commit 98e8a69193
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
## Documentation
For instructions on deploying and managing Talos, see the [Documentation](https://www.talos.dev/docs/v0.3/).
For instructions on deploying and managing Talos, see the [Documentation](https://www.talos.dev/docs/v0.4/).
## Community

View File

@ -33,8 +33,8 @@ export default {
data() {
return {
options: [
{ version: 'v0.3', url: '/docs/v0.3', prerelease: false },
{ version: 'v0.4', url: '/docs/v0.4', prerelease: true }
{ version: 'v0.4', url: '/docs/v0.4', prerelease: false },
{ version: 'v0.3', url: '/docs/v0.3', prerelease: false }
]
}
},

View File

@ -7,7 +7,7 @@
<div class="flex py-6 ml-auto">
<ul class="header-menu">
<li>
<a href="/docs/v0.3">
<a href="/docs/v0.4">
<span class="font-semibold mr-1">Documentation</span>
</a>
</li>

View File

@ -27,7 +27,7 @@
</p>
<div class="flex-1 text-center pb-4 m-0">
<a
href="https://www.talos.dev/docs/v0.3/#v0.3/en/guides/getting-started"
href="https://www.talos.dev/docs/v0.4/#v0.4/en/guides/getting-started/docker"
>
<button class="teal-cta-button">
Try it now