Skip to content

Commit

Permalink
📝 Docs: WIP: Docs rewritten in ESDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Jan 27, 2018
1 parent 09e00ad commit 8d502d8
Show file tree
Hide file tree
Showing 71 changed files with 141,204 additions and 21,375 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -2,6 +2,6 @@
"presets": ["env"],
"plugins": ["transform-object-rest-spread"],
"ignore": [
"src/jsdoc/*.js"
"src/docs/*.js"
]
}
16 changes: 16 additions & 0 deletions config/.esdoc.json
@@ -0,0 +1,16 @@
{
"source": "./src",
"destination": "./docs",
"plugins": [
{"name": "esdoc-standard-plugin",
"option": {
"test": {
"source": "./test/",
"interfaces": ["test"],
"excludes": ["_constants.js"]
}
}
},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
]
}
23 changes: 0 additions & 23 deletions config/.jsdoc.json

This file was deleted.

0 comments on commit 8d502d8

Please sign in to comment.