Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add entry for extendPages (#8860)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 10, 2022
1 parent 1709934 commit 8d30e97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/3.api/4.advanced/2.kit.md
Expand Up @@ -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)
Expand Down

0 comments on commit 8d30e97

Please sign in to comment.