From d151454123ca20873534cfaa4c3fdd3870a49baf Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Mon, 5 Jun 2017 18:39:45 -0700 Subject: update the sidebar and tutorial (#59) * update sidebar and tutorial page * remove default page * add intro * update intro section * update top of install and fix links * key concepts * another attempt at intro * cheeky * update typos * typo * add joe's edits * fix intro with edits * fix links in intro * double header on terminology * move around, fix version control section --- docs/contents.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/contents.json') diff --git a/docs/contents.json b/docs/contents.json index f87b1f1..fb1eb16 100644 --- a/docs/contents.json +++ b/docs/contents.json @@ -1,14 +1,15 @@ { "Using Dat": { "Introduction": "intro.md", - "Dat Concepts": "overview.md", - "Command Line": "modules/dat.md", - "FAQ": "faq.md", + "Installation": "install.md", + "Getting Started": "tutorial.md", + "Key Concepts": "concepts.md", + "Terminology": "terms.md", + "Frequently Asked Questions": "faq.md", "Troubleshooting": "troubleshooting.md", - "Terminology": "terms.md" + "About The Project": "overview.md" }, "Cookbook": { - "Getting Started": "cookbook/tutorial.md", "Sharing files over HTTP": "cookbook/http.md", "Running a Dat Server": "cookbook/server.md", "In the Browser": "cookbook/browser.md", @@ -17,6 +18,7 @@ }, "Dat Technology": { "Overview": "ecosystem.md", + "Command Line": "modules/dat.md", "dat-node": "modules/dat-node.md", "hyperdrive": "modules/hyperdrive.md", "hypercore": "modules/hypercore.md", -- cgit v1.2.3