aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
blob: fb1eb1633fa6d50b3a12c5615e3143b0faecf37b (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
27
{
  "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",
    "About The Project": "overview.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"
  }
}