Remove Daux specific config from default configuration

This commit is contained in:
Gautham Warrier 2014-08-22 10:49:35 +05:30
parent f6b236994e
commit 5b90aabf09
2 changed files with 33 additions and 34 deletions

View File

@ -1,18 +1,18 @@
{ {
"title": "DAUX.IO", "title": "My Project",
"tagline": "The Easiest Way To Document Your Project", "tagline": "My Stylish Documentation",
"author": "Justin Walsh", "author": "I, Me & Myself",
"image": "", "image": "",
"theme": "daux-blue", "theme": "daux-blue",
"breadcrumbs": true, "breadcrumbs": false,
"template": "default", "template": "default",
"toggle_code": true, "toggle_code": false,
"date_modified": true, "date_modified": false,
"float": false, "float": false,
"file_editor": false, "file_editor": false,
"repo": "justinwalsh/daux.io", "repo": "",
"twitter": ["justin_walsh", "todaymade"], "twitter": [],
"google_analytics": "UA-12653604-10", "google_analytics": "",
"timezone": "America/Los_Angeles", "timezone": "America/Los_Angeles",
"piwik_analytics": false, "piwik_analytics": false,
"piwik_analytics_id": "0", "piwik_analytics_id": "0",
@ -22,9 +22,5 @@
"folders": [] "folders": []
}, },
"links": { "links": {
"Download": "https://github.com/justinwalsh/daux.io/archive/master.zip",
"GitHub Repo": "https://github.com/justinwalsh/daux.io",
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
"Made by Todaymade": "http://todaymade.com"
} }
} }

View File

@ -1,24 +1,27 @@
{ {
"title": "DAUX.IO", "title": "DAUX.IO",
"tagline": "The Easiest Way To Document Your Project", "tagline": "The Easiest Way To Document Your Project",
"image": "<base_url>img/app.png", "author": "Justin Walsh",
"theme": "daux-blue", "image": "<base_url>img/app.png",
"toggle_code": true, "theme": "daux-blue",
"breadcrumbs": true, "template": "default",
"breadcrumb_separator": "Chevrons", "toggle_code": true,
"date_modified": true, "breadcrumbs": true,
"file_editor": false, "breadcrumb_separator": "Chevrons",
"repo": "justinwalsh/daux.io", "date_modified": true,
"ignore": { "float": true,
"files": ["Work_In_Progress.md"], "file_editor": false,
"folders": ["99_Not_Ready"] "repo": "justinwalsh/daux.io",
"ignore": {
"files": ["Work_In_Progress.md"],
"folders": ["99_Not_Ready"]
}, },
"twitter": ["justin_walsh", "todaymade"], "twitter": ["justin_walsh", "todaymade"],
"google_analytics": "UA-12653604-10", "google_analytics": "UA-12653604-10",
"links": { "links": {
"Download": "https://github.com/justinwalsh/daux.io/archive/master.zip", "Download": "https://github.com/justinwalsh/daux.io/archive/master.zip",
"GitHub Repo": "https://github.com/justinwalsh/daux.io", "GitHub Repo": "https://github.com/justinwalsh/daux.io",
"Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues", "Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues",
"Made by Todaymade": "http://todaymade.com" "Made by Todaymade": "http://todaymade.com"
} }
} }