aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChia-liang Kao <clkao@clkao.org>2016-06-29 01:40:21 +0800
committerChia-liang Kao <clkao@clkao.org>2016-06-29 01:40:24 +0800
commit299384a41f32be0336168c1592cd998147495f6b (patch)
tree0dd29c29de562576178679986fa6bc0778965c94 /package.json
parent0047a6e883ed1fd7dd8134a244fb92b15308c434 (diff)
downloaddat-docs-299384a41f32be0336168c1592cd998147495f6b.tar.gz
dat-docs-299384a41f32be0336168c1592cd998147495f6b.zip
move docs content out of readme.md and force CNAME.
Closes #11 Note that this currently requires unreleased version of minidocs.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5854510..3efa4aa 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"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",
- "deploy": "gh-pages -d dist",
+ "build": "minidocs . -c contents.json -p -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"
},
"repository": {
@@ -22,7 +22,7 @@
"homepage": "https://github.com/datproject/docs#readme",
"dependencies": {
"gh-pages": "^0.11.0",
- "minidocs": "^2.0.1"
+ "minidocs": "^2.0.3"
},
"devDependencies": {
"ecosystem-docs": "^1.1.1"