From 9d1980d086c07b124f0e577a82a7f4faba64e088 Mon Sep 17 00:00:00 2001 From: Bennett Dams Date: Fri, 12 Aug 2022 15:55:39 +0200 Subject: [PATCH] docs: Rename API middlewares title in sidebar (#39534) Based on the PR #39407, the sidebar title for API middlewares is changed from "API Middlewares" to "Request Helpers". ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 453661860c83..ac39acda9e63 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -143,7 +143,7 @@ "path": "/docs/api-routes/dynamic-api-routes.md" }, { - "title": "API Middlewares", + "title": "Request Helpers", "path": "/docs/api-routes/request-helpers.md" }, {