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

Commit

Permalink
docs(jsdoc): initial jsdoc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansmith committed Jan 30, 2016
1 parent ff262b2 commit c08cd70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
docs/build
13 changes: 13 additions & 0 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"source": {
"include": [
"./core/arch"
]
},
"opts": {
"destination": "./docs/build"
},
"plugins": [
"plugins/markdown"
]
}

0 comments on commit c08cd70

Please sign in to comment.