Skip to content

Commit

Permalink
docs: set latest docs to v0.8
Browse files Browse the repository at this point in the history
This graduates the v0.8 docs.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard committed Dec 24, 2020
1 parent 6a0e652 commit ff0749c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ module.exports = {
{
version: "v0.8",
url: "/docs/v0.8/",
latest: false,
prerelease: true,
latest: true,
prerelease: false,
},
{
version: "v0.7",
url: "/docs/v0.7/",
latest: true,
latest: false,
prerelease: false,
},
{
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
laptop inside Docker.
</p>
<div class="flex-1 text-center pb-4 m-0">
<a href="/docs/v0.7/introduction/quickstart">
<a href="/docs/v0.8/introduction/quickstart">
<button class="teal-cta-button">Try it now</button></a
>
</div>
Expand Down

0 comments on commit ff0749c

Please sign in to comment.