From 4f30f650de2db65c97e78e5bcd5c22117f43f03d Mon Sep 17 00:00:00 2001 From: Luis Alvarez D Date: Sun, 23 Jan 2022 13:47:48 -0500 Subject: [PATCH] Removed unrequired path in docs' manifest (#33579) Minor change to remove duplicated route in the documentation manifest, this should change the title of https://nextjs.org/docs/basic-features/data-fetching/index from ![image](https://user-images.githubusercontent.com/4278345/150690965-8f3faf8f-715c-44a5-8ccf-3d6c21f8c9ec.png) To: `Data Fetching: Overview | Next.js`. That's because our routes reducer is matching the parent route which doesn't have a title. --- docs/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 9e2534b1baa3d..b45154c19f5e1 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -15,7 +15,6 @@ }, { "title": "Data Fetching", - "path": "/docs/basic-features/data-fetching/index.md", "routes": [ { "title": "Overview",