From 372c0060dc9a561af11a2cf7bca1449ca19d3d57 Mon Sep 17 00:00:00 2001
From: Andrew Rynhard
Date: Mon, 16 Nov 2020 21:31:29 -0800
Subject: [PATCH] docs: graduate v0.7 docs
The v0.7 docs are now the default and marked as stable.
Signed-off-by: Andrew Rynhard
---
website/gridsome.config.js | 6 +++---
website/src/pages/Index.vue | 2 +-
website/static/_redirects | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/website/gridsome.config.js b/website/gridsome.config.js
index 688057bef..9fd4385ad 100644
--- a/website/gridsome.config.js
+++ b/website/gridsome.config.js
@@ -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,
},
],
diff --git a/website/src/pages/Index.vue b/website/src/pages/Index.vue
index 100286a18..997fd2bc6 100644
--- a/website/src/pages/Index.vue
+++ b/website/src/pages/Index.vue
@@ -27,7 +27,7 @@
laptop inside Docker.
diff --git a/website/static/_redirects b/website/static/_redirects
index b561600bf..5a39e046a 100644
--- a/website/static/_redirects
+++ b/website/static/_redirects
@@ -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