From 6d0c0d99421b746c05adb8ada4e66d32a5e02dba Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 28 Jan 2022 20:31:04 -0600 Subject: [PATCH] re-add manifest entry --- docs/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 8d3336c1446f..bdb700f85474 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -24,6 +24,10 @@ "permanent": true } }, + { + "title": "Overview", + "path": "/docs/basic-features/data-fetching/overview.md" + }, { "title": "getServerSideProps", "path": "/docs/basic-features/data-fetching/get-server-side-props.md"