daux.io/docs/config.json

25 lines
752 B
JSON
Raw Normal View History

2013-06-03 08:32:55 -05:00
{
"title": "DAUX.IO",
2013-06-21 12:53:07 -05:00
"tagline": "The Easiest Way To Document Your Project",
"image": "<base_url>img/app.png",
"theme": "daux-blue",
"toggle_code": true,
"breadcrumbs": true,
"breadcrumb_separator": "Chevrons",
"date_modified": true,
2014-08-11 11:00:41 +05:30
"file_editor": false,
2013-06-21 10:49:05 -05:00
"repo": "justinwalsh/daux.io",
"ignore": {
"files": ["Work_In_Progress.md"],
"folders": ["99_Not_Ready"]
},
2013-06-04 12:26:14 -05:00
"twitter": ["justin_walsh", "todaymade"],
2013-10-22 21:49:07 -04:00
"google_analytics": "UA-12653604-10",
2013-06-04 12:26:14 -05:00
"links": {
2013-06-21 14:41:36 -05:00
"Download": "https://github.com/justinwalsh/daux.io/archive/master.zip",
2013-07-17 11:54:08 -05:00
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
2013-06-21 10:49:05 -05:00
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
2013-06-21 11:35:08 -05:00
"Made by Todaymade": "http://todaymade.com"
2013-06-04 12:26:14 -05:00
}
2013-10-22 21:49:07 -04:00
}