aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-08-29 21:14:32 +0200
committerJoe Hand <joe@joeahand.com>2016-08-29 12:14:32 -0700
commit17926b349a0ab5a761b0a97dde27f71a1e1f332e (patch)
treeada2db81418b04e606fec42f909774ca4347e04b /docs/contents.json
parenta253694c308b7b337c7d781c4bbfddefe4bfe53e (diff)
downloaddat-docs-17926b349a0ab5a761b0a97dde27f71a1e1f332e.tar.gz
dat-docs-17926b349a0ab5a761b0a97dde27f71a1e1f332e.zip
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
Diffstat (limited to 'docs/contents.json')
-rw-r--r--docs/contents.json31
1 files changed, 11 insertions, 20 deletions
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"
}
}