diff options
Diffstat (limited to 'docs/contents.json')
-rw-r--r-- | docs/contents.json | 31 |
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" } } |