aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2017-06-05 18:39:45 -0700
committerGitHub <noreply@github.com>2017-06-05 18:39:45 -0700
commitd151454123ca20873534cfaa4c3fdd3870a49baf (patch)
treef4d7f0aa1f6e62e77058f234cf5217a4df97fb88 /docs/contents.json
parent8375164018e30c84fc109475efbdd87b28bd1627 (diff)
downloaddat-docs-d151454123ca20873534cfaa4c3fdd3870a49baf.tar.gz
dat-docs-d151454123ca20873534cfaa4c3fdd3870a49baf.zip
update the sidebar and tutorial (#59)
* update sidebar and tutorial page * remove default page * add intro * update intro section * update top of install and fix links * key concepts * another attempt at intro * cheeky * update typos * typo * add joe's edits * fix intro with edits * fix links in intro * double header on terminology * move around, fix version control section
Diffstat (limited to 'docs/contents.json')
-rw-r--r--docs/contents.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/contents.json b/docs/contents.json
index f87b1f1..fb1eb16 100644
--- a/docs/contents.json
+++ b/docs/contents.json
@@ -1,14 +1,15 @@
{
"Using Dat": {
"Introduction": "intro.md",
- "Dat Concepts": "overview.md",
- "Command Line": "modules/dat.md",
- "FAQ": "faq.md",
+ "Installation": "install.md",
+ "Getting Started": "tutorial.md",
+ "Key Concepts": "concepts.md",
+ "Terminology": "terms.md",
+ "Frequently Asked Questions": "faq.md",
"Troubleshooting": "troubleshooting.md",
- "Terminology": "terms.md"
+ "About The Project": "overview.md"
},
"Cookbook": {
- "Getting Started": "cookbook/tutorial.md",
"Sharing files over HTTP": "cookbook/http.md",
"Running a Dat Server": "cookbook/server.md",
"In the Browser": "cookbook/browser.md",
@@ -17,6 +18,7 @@
},
"Dat Technology": {
"Overview": "ecosystem.md",
+ "Command Line": "modules/dat.md",
"dat-node": "modules/dat-node.md",
"hyperdrive": "modules/hyperdrive.md",
"hypercore": "modules/hypercore.md",