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 <dixsie@ibm.com>
Change-Id: Idfed9e62822283c971e228a8a8a186ae05e485ae
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 987a846..61ac0a8 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -50,6 +50,12 @@
             "/guide/components/button",
             "/guide/components/toast",
           ]
+          },
+          {
+            title: "Quick Start",
+            children: [
+            "/guide/quickstart/page-anatomy"
+          ]
           }
         ],
         "/themes/": ["", "customize", "env"]