aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
blob: b7389900c293709e906c301610d5c9889a111cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "Using Dat": {
    "Introduction": "intro.md",
    "Installation": "install.md",
    "Getting Started": "tutorial.md",
    "Key Concepts": "concepts.md",
    "Terminology": "terms.md",
    "Frequently Asked Questions": "faq.md",
    "Troubleshooting": "troubleshooting.md"
  },
  "Cookbook": {
    "Sharing files over HTTP": "cookbook/http.md",
    "Running a Dat Server": "cookbook/server.md",
    "In the Browser": "cookbook/browser.md",
    "Using Dat in JS Apps": "cookbook/diy-dat.md",
    "Using Hyperdrive FS": "cookbook/using-fs.md"
  },
  "Dat Technology": {
    "Overview": "ecosystem.md",
    "Command Line": "modules/dat.md",
    "dat-node": "modules/dat-node.md",
    "hyperdrive": "modules/hyperdrive.md",
    "hypercore": "modules/hypercore.md",
    "hyperdiscovery": "modules/hyperdiscovery.md"
  }
}