From 34bdacf96b684d96855e42104f80c5b7f1bd4d04 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 7 Jan 2019 14:01:11 -0500 Subject: [PATCH] docs: Add missing API reference --- packages/docs/docs/plugin/context-api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/docs/docs/plugin/context-api.md b/packages/docs/docs/plugin/context-api.md index af8d702c97..6c725660d1 100644 --- a/packages/docs/docs/plugin/context-api.md +++ b/packages/docs/docs/plugin/context-api.md @@ -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`