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"
},
"Cookbook": {
"Sharing files over HTTP": "cookbook/http.md",
"Publishing": "cookbook/publish.md",
"Running a Dat Server": "cookbook/server.md",
"For the Browser": "cookbook/browser.md",
"Building Node.js Apps": "cookbook/diy-dat.md",
"Lower Level: Hyperdrive": "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"
}
}
|