Skip to content

Commit

Permalink
docs: use jsdoc and docdash
Browse files Browse the repository at this point in the history
  • Loading branch information
prtksxna authored and Sanjaya Kumar Saxena committed Oct 8, 2018
1 parent d9cf4b3 commit 45a8eca
Show file tree
Hide file tree
Showing 42 changed files with 6,496 additions and 4,882 deletions.
21 changes: 21 additions & 0 deletions .jsdoc.json
@@ -0,0 +1,21 @@
{
"opts": {
"encoding": "utf8",
"readme": "README.md",
"template": "./node_modules/docdash/",
"destination": "docs"
},
"plugins": ["plugins/markdown"],
"docdash": {
"menu":{
"Wink JS":{
"href":"http://winkjs.org",
"target":"_blank"
},
"Github":{
"href":"https://github.com/winkjs/wink-statistics",
"target":"_blank"
}
}
}
}
6 changes: 0 additions & 6 deletions docs-toc.yml

This file was deleted.

0 comments on commit 45a8eca

Please sign in to comment.