Skip to content

Commit

Permalink
docs(esdoc): add esdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Dec 4, 2018
1 parent 4274bb9 commit e826a3a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"source": "./src",
"destination": "./docs",
"excludes": [
"index\\.js"
],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"title": "o",
"description": "common object helper functions",
"repository": "https://github.com/hammy2899/o",
"author": "hammy2899"
}
}
}
]
}

0 comments on commit e826a3a

Please # to comment.