Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

Commit 1bbbbf6

Browse files
committedJun 22, 2016
docs(jsdoc): configuration file
1 parent 06b5ab6 commit 1bbbbf6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎jsdoc.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"source": {
3+
"include": [
4+
"./src"
5+
]
6+
},
7+
"opts": {
8+
"destination": "./docs/build",
9+
"readme": "./README.md"
10+
},
11+
"plugins": [
12+
"plugins/markdown"
13+
]
14+
}

0 commit comments

Comments
 (0)
This repository has been archived.