Skip to content

Commit

Permalink
site: link to v6 migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 28, 2021
1 parent 022874f commit 38c5b93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 38c5b93

Please sign in to comment.