From 3c9da075ff1ec326eaa5b70dfa30a724155ae97f Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 27 Oct 2020 02:12:27 -0500 Subject: [PATCH] Add i18n routing docs to manifest (#18264) Follow-up to https://github.com/vercel/next.js/pull/18067 this adds the manifest item for the new docs --- docs/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 294ebb0f6a93..696f09bafb5d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -184,6 +184,10 @@ { "title": "Codemods", "path": "/docs/advanced-features/codemods.md" + }, + { + "title": "Internationalized Routing", + "path": "/docs/advanced-features/i18n-routing.md" } ] },