From d1399d3ea9d3473d9986d1e90aef59de1025c687 Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Wed, 31 May 2017 10:55:05 -0700 Subject: SLEEP + general docs update + more introduction content (#57) * big docs update * fix sleep link * separate sustainability header * better into and reword * clean up terms and other places * add intro, overview, troubleshooting. update more content * minor change to force new deploy * more words * more updates and some pictures * wordsmith intro to be more about dat uniqueness * syncing & publishing * add link files description * add new gifs * change overview to remove tutorial * add wip tutorial content * update build with dat * add http file --- docs/contents.json | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'docs/contents.json') diff --git a/docs/contents.json b/docs/contents.json index 29fdaa6..f87b1f1 100644 --- a/docs/contents.json +++ b/docs/contents.json @@ -1,19 +1,25 @@ { - "Dat": { - "Introduction": "modules/dat.md", - "How Dat Works": "how-dat-works.md", - "Terminology": "terms.md", - "FAQ": "faq.md" + "Using Dat": { + "Introduction": "intro.md", + "Dat Concepts": "overview.md", + "Command Line": "modules/dat.md", + "FAQ": "faq.md", + "Troubleshooting": "troubleshooting.md", + "Terminology": "terms.md" }, "Cookbook": { - "On a Server": "cookbook/server.md", + "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", - "Under the Hood": "cookbook/diy-dat.md" + "Using Dat in JS Apps": "cookbook/diy-dat.md", + "Using Hyperdrive FS": "cookbook/using-fs.md" }, - "Ecosystem": { + "Dat Technology": { "Overview": "ecosystem.md", - "SLEEP": "sleep.md", - "Hyperdrive": "modules/hyperdrive.md", - "Hypercore": "modules/hypercore.md" + "dat-node": "modules/dat-node.md", + "hyperdrive": "modules/hyperdrive.md", + "hypercore": "modules/hypercore.md", + "hyperdiscovery": "modules/hyperdiscovery.md" } } -- cgit v1.2.3