From 17926b349a0ab5a761b0a97dde27f71a1e1f332e Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Mon, 29 Aug 2016 21:14:32 +0200 Subject: Simplify tree (#19) * simplify the doc tree * add faq and cookbook * add cookbook files * update build script * fix contents.json file * more examples, fix startBytes * add FAQ * Examples-> cookbook * update diy dat with more details and examples * fix package.json update * cleanup Dat capitalization + typos, fix #17 * format ecosystem page * add example dat links and typo fixes --- docs/contents.json | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'docs/contents.json') diff --git a/docs/contents.json b/docs/contents.json index 83f5d73..4ca151a 100644 --- a/docs/contents.json +++ b/docs/contents.json @@ -1,26 +1,17 @@ { - "Introduction": { - "Welcome to Dat": "welcome.md", - "How Dat Works": "how-dat-works.md" + "Dat": { + "Introduction": "dat.md", + "How Dat Works": "how-dat-works.md", + "FAQ": "faq.md" }, - "Specification": { - "hyperdrive spec": "hyperdrive_spec.md", - "sleep": "sleep.md" + "Cookbook": { + "Browser Dat": "cookbook/browser.md", + "DIY Dat": "cookbook/diy-dat.md" }, - "References": { - "API": "api.md", - "DIY Dat": "diy-dat.md" - }, - "Modules": { + "Ecosystem": { "Overview": "ecosystem.md", - "Interface": { - "Dat Command Line": "dat.md", - "dat.land": "dat.land.md", - "Dat Desktop": "dat-desktop.md" - }, - "Core": { - "Hyperdrive": "hyperdrive.md", - "Hypercore": "hypercore.md" - } + "SLEEP": "sleep.md", + "Hyperdrive": "hyperdrive.md", + "Hypercore": "hypercore.md" } } -- cgit v1.2.3