reorg docs with flat structure
diff --git a/docs/Documentation/device.md b/docs/device.md
similarity index 100%
rename from docs/Documentation/device.md
rename to docs/device.md
diff --git a/docs/Documentation/installation.md b/docs/installation.md
similarity index 100%
rename from docs/Documentation/installation.md
rename to docs/installation.md
diff --git a/docs/Documentation/software_stack.md b/docs/software_stack.md
similarity index 100%
rename from docs/Documentation/software_stack.md
rename to docs/software_stack.md
diff --git a/website/sidebars.json b/website/sidebars.json
index 4ca3090..db9e232 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -1,9 +1,9 @@
 {
   "docs": {
-    "Documentation": [
-      "Documentation/installation",
-      "Documentation/software_stack",
-      "Documentation/device"
+    "GettingStarted": [
+      "installation",
+      "software_stack",
+      "device"
     ]
   },
   "docs-other": {
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 8be7888..55034d5 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -30,15 +30,15 @@
   //   baseUrl: '/test-site/',
 
   // Used for publishing and more
-  projectName: 'website-for-apache-singa',
-  organizationName: 'Apache-AND-DB-System-NUS',
+  projectName: 'singa', // cd to /website/build/singa/ to serve
+  organizationName: 'apache',
   // For top-level user or org sites, the organization is still the same.
   // e.g., for the https://JoelMarcey.github.io site, it would be set like...
   //   organizationName: 'JoelMarcey'
 
   // For no header links in the top nav bar -> headerLinks: [],
   headerLinks: [
-    {doc: 'Documentation/installation', label: 'Docs'},
+    {doc: 'installation', label: 'Docs'},
     {doc: 'doc4', label: 'API'},
     {page: 'help', label: 'Help'},
     {blog: true, label: 'News'},