Skip to content

Commit

Permalink
docs: switch to esdoc
Browse files Browse the repository at this point in the history
Review all docs accordingly
  • Loading branch information
liqueurdetoile committed Feb 23, 2018
1 parent 841cb86 commit c08f5b9
Show file tree
Hide file tree
Showing 81 changed files with 73,332 additions and 10,664 deletions.
38 changes: 38 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"source": "./src",
"destination": "./docs",
"includes": ["\\.js|\\.jsdoc$"],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"test": {
"source": "./tastes/tests/"
},
"brand": {
"logo": "./docs/assets/logo.png",
"title": "DotObjectArray | Implements array-like methods for Object with support for dotted notation keys"
},
"manual": {
"files": [
"./docs/manual/md/index.md"
]
}
}
},
{
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": ["./docs/assets/styles.css"]
}
},
{
"name": "esdoc-inject-script-plugin",
"option": {
"enable": true,
"scripts": ["./docs/assets/docs.js"]
}
}
]
}
16 changes: 0 additions & 16 deletions .jsdoc

This file was deleted.

Loading

0 comments on commit c08f5b9

Please sign in to comment.