From 595493973abcf8410ca34ccf0d5084a8de740b8e Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Thu, 27 Feb 2020 17:17:10 -0800 Subject: [PATCH] Add upgrading guide to manifest.json --- docs/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index b3cccfe61edf..b835dc16fc4d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -147,6 +147,15 @@ } ] }, + { + "title": "Upgrading", + "routes": [ + { + "title": "From Version 8", + "path": "/docs/upgrading/from-v8.md" + } + ] + }, { "title": "FAQ", "path": "/docs/faq.md" } ] },