From c982a94ff8446be6fae5f3714b8ba3b40dfc8870 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 8 Aug 2022 19:27:53 -0500 Subject: [PATCH 1/2] API Routes Request Helpers docs. --- docs/api-routes/introduction.md | 11 ++-- ...{api-middlewares.md => request-helpers.md} | 65 ++----------------- docs/api-routes/response-helpers.md | 2 +- docs/manifest.json | 2 +- errors/invalid-page-config.md | 2 +- 5 files changed, 15 insertions(+), 67 deletions(-) rename docs/api-routes/{api-middlewares.md => request-helpers.md} (70%) diff --git a/docs/api-routes/introduction.md b/docs/api-routes/introduction.md index e771303a108a..7efb489781cb 100644 --- a/docs/api-routes/introduction.md +++ b/docs/api-routes/introduction.md @@ -8,7 +8,6 @@ description: Next.js supports API Routes, which allow you to build your API with Examples