diff options
author | Karissa McKelvey <karissa@users.noreply.github.com> | 2017-06-13 13:53:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 13:53:26 -0700 |
commit | 8ae390480b9867815bfdb313e2019695c233e35a (patch) | |
tree | 44687820e8efabb2fbbfa1e0c85a0b0fc6ba27f5 | |
parent | b4f40f48fc40ad9acecc30c7616c3eae954848b1 (diff) | |
download | dat-docs-8ae390480b9867815bfdb313e2019695c233e35a.tar.gz dat-docs-8ae390480b9867815bfdb313e2019695c233e35a.zip |
improve some cookbook title sections to be more specific (#63)
-rw-r--r-- | docs/contents.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contents.json b/docs/contents.json index b738990..4de175b 100644 --- a/docs/contents.json +++ b/docs/contents.json @@ -11,9 +11,9 @@ "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" + "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", |