Skip to content

Commit

Permalink
docs: Rename API middlewares title in sidebar (#39534)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bennettdams committed Aug 12, 2022
1 parent b5aa571 commit 9d1980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manifest.json
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 9d1980d

Please sign in to comment.