From 26c8fae0398b4cfe1312f7812b7f1109fb8f1f51 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 26 Oct 2020 08:59:51 -0500 Subject: Add page anatomy quick start to documentation The page anatomy quick start is intended to give developers a quick reference for building out new pages. Signed-off-by: Dixsie Wolmers Change-Id: Idfed9e62822283c971e228a8a8a186ae05e485ae --- docs/.vuepress/config.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/.vuepress/config.js') diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 987a846c..61ac0a85 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -50,6 +50,12 @@ module.exports = { "/guide/components/button", "/guide/components/toast", ] + }, + { + title: "Quick Start", + children: [ + "/guide/quickstart/page-anatomy" + ] } ], "/themes/": ["", "customize", "env"] -- cgit v1.2.3