aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2017-05-31 10:55:05 -0700
committerGitHub <noreply@github.com>2017-05-31 10:55:05 -0700
commitd1399d3ea9d3473d9986d1e90aef59de1025c687 (patch)
tree6ad82a494d20848b22c9422a9c26e32dc396fdfe /docs/contents.json
parent079395f55df778af0fc87bad8730ca62462201c8 (diff)
downloaddat-docs-d1399d3ea9d3473d9986d1e90aef59de1025c687.tar.gz
dat-docs-d1399d3ea9d3473d9986d1e90aef59de1025c687.zip
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
Diffstat (limited to 'docs/contents.json')
-rw-r--r--docs/contents.json28
1 files changed, 17 insertions, 11 deletions
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"
}
}