Skip to content

Commit

Permalink
testdocs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
terryweiss committed Jun 29, 2014
1 parent e8fff0c commit 8491c8f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bower_components*
.idea*
ringojs-0.9*
dox*
testdocs*
testdocs/*
themes*
npm-debug.log

Expand Down
39 changes: 39 additions & 0 deletions fixtures/testdocs.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"source" : {
"include" : [
"fixtures/",
"./README.md"
]
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "Test Docs",
"footer" : "",
"copyright" : "DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.",
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"highlightTutorialCode" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"opts" : {
"private" : true,
"recurse": true,
"lenient" : true,
"destination" : "testdocs/",
"template" : "template/"
}
}

0 comments on commit 8491c8f

Please sign in to comment.