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

Commit c08cd70

Browse files
docs(jsdoc): initial jsdoc configuration
1 parent ff262b2 commit c08cd70

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
docs/build

jsdoc.json

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

0 commit comments

Comments
 (0)