docs: add entry for extendPages (#8860)

This commit is contained in:
Daniel Roe 2022-11-10 09:41:34 +01:00 committed by GitHub
parent 17099348e7
commit 8d30e97b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,12 @@ description: Nuxt Kit provides composable utilities to help interacting with Nux
- `useNuxt()`
### Pages
[source code](https://github.com/nuxt/framework/blob/main/packages/kit/src/pages.ts)
- `extendPages (callback: pages => void)`
### Plugins
[source code](https://github.com/nuxt/framework/blob/main/packages/kit/src/plugin.ts)