aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2016-06-28 17:14:27 -0700
committerJoe Hand <joe@joeahand.com>2016-06-28 17:14:27 -0700
commit7cb7c667d14354146ef6fc23636d1faf4baaf376 (patch)
treeb5351305310eae14a72bdda0b9193d175d944f57 /package.json
parent299384a41f32be0336168c1592cd998147495f6b (diff)
downloaddat-docs-7cb7c667d14354146ef6fc23636d1faf4baaf376.tar.gz
dat-docs-7cb7c667d14354146ef6fc23636d1faf4baaf376.zip
add general info to welcome and use as index
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3efa4aa..53f033b 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"update": "curl -Ssl https://raw.githubusercontent.com/clkao/awesome-dat/master/readme.md | grep '📔' | egrep -o 'github.com/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+' | cut -f 2- -d / | uniq > repos.txt",
- "build": "minidocs . -c contents.json -p -o dist -l dat-data.png -t 'The Dat Project' -s styles.css",
+ "build": "minidocs . -c contents.json -p -i welcome -o dist -l dat-data.png -t 'The Dat Project' -s styles.css",
"deploy": "echo docs.dat-data.com > dist/CNAME && gh-pages -d dist",
"paper": "pandoc --variable author=\"Maxwell Ogden, Karissa McKelvey, Mathias Buus\" --variable title=\"Dat - Distributed Dataset Synchronization And Versioning\" --variable date=\"Version 1.0.0, May 2016\" --variable classoption=twocolumn --variable papersize=a4paper -s dat-paper.md -o dat-paper.pdf"
},