Add Getting Started documentation

- Update nav and sidebar
- Add content

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I6364d01e016a2954410f154863b497c26453010e
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 6807318..5a8e601 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -8,7 +8,7 @@
       nav: [
         {
           text: "Guide",
-          link: "/guide/getting-started"
+          link: "/guide/"
         },
         {
           text: "Themes",
@@ -22,7 +22,7 @@
       sidebarDepth: 1,
       sidebar: {
         "/guide/": [
-          "getting-started",
+          "",
           {
             title: "Coding Standards",
             children: [
@@ -44,8 +44,8 @@
             title: "Components",
             children: ["/guide/components/", "/guide/components/page-section"]
           }
-        ]
+        ],
+        "/themes/": [""]
       },
-      "/themes/": [""]
     }
   };
\ No newline at end of file