From 38c5b93b591c972f35dfd354096c06aa80b0ea20 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 28 Mar 2021 11:55:39 +0100 Subject: [PATCH] site: link to v6 migration doc --- docs/.vuepress/config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0f74829a5..f0d76323a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -86,6 +86,7 @@ module.exports = { items: [ {link: "/news/", text: "News"}, {link: "/security", text: "Security"}, + {link: "/v6-to-v8-migration", text: "Migrate from v6"}, {link: "/faq", text: "FAQ"}, {link: "/license", text: "License"}, ], @@ -145,7 +146,13 @@ module.exports = { }, { title: "Information", - children: ["/faq", "/security", ["/license", "License"]], + children: [ + "/news/", + "/faq", + "/security", + ["/v6-to-v8-migration", "Migrate from v6 to v8"], + ["/license", "License"], + ], }, ], repo: "ajv-validator/ajv",