aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contents.json
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-08-05 08:47:15 -0700
committerGitHub <noreply@github.com>2016-08-05 08:47:15 -0700
commitffb465bb3bcebb62c5e63cc3ed80d70274848deb (patch)
tree68203eafcf5b422464dbd4ebf53742e487735ad9 /docs/contents.json
parent2b6ddccb62e7c425ed2a88b8cd9f94322d31aaaa (diff)
downloaddat-docs-ffb465bb3bcebb62c5e63cc3ed80d70274848deb.tar.gz
dat-docs-ffb465bb3bcebb62c5e63cc3ed80d70274848deb.zip
Use ecosystem docs to add module readme docs (#12)
* organize for ecosystem docs and cleanup Signed-off-by: Joe Hand <joe@joeahand.com> * add ecosystem-docs commands, build file, docs * remove transform & fix content typo * upgrade minidocs
Diffstat (limited to 'docs/contents.json')
-rw-r--r--docs/contents.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/contents.json b/docs/contents.json
new file mode 100644
index 0000000..83f5d73
--- /dev/null
+++ b/docs/contents.json
@@ -0,0 +1,26 @@
+{
+ "Introduction": {
+ "Welcome to Dat": "welcome.md",
+ "How Dat Works": "how-dat-works.md"
+ },
+ "Specification": {
+ "hyperdrive spec": "hyperdrive_spec.md",
+ "sleep": "sleep.md"
+ },
+ "References": {
+ "API": "api.md",
+ "DIY Dat": "diy-dat.md"
+ },
+ "Modules": {
+ "Overview": "ecosystem.md",
+ "Interface": {
+ "Dat Command Line": "dat.md",
+ "dat.land": "dat.land.md",
+ "Dat Desktop": "dat-desktop.md"
+ },
+ "Core": {
+ "Hyperdrive": "hyperdrive.md",
+ "Hypercore": "hypercore.md"
+ }
+ }
+}