From 30ed292a5e0770161f151e54da04d1171cbaadbb Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 26 Oct 2020 12:21:49 -0500 Subject: [PATCH] Add i18n routing docs to manifest --- docs/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 294ebb0f6a939c8..696f09bafb5d2f6 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" } ] },