Skip to content

Commit

Permalink
docs: add missing API reference (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored and ulivz committed Jan 8, 2019
1 parent 330e9c2 commit a6f3699
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/docs/docs/plugin/context-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ module.exports = (options, ctx) => {

Whether VuePress run in production environment mode.

## ctx.pages

- Type: `array`

Contains a list of Page objects

## ctx.sourceDir

- Type: `string`
Expand Down

0 comments on commit a6f3699

Please sign in to comment.