Skip to content

Commit e81a68a

Browse files
committed
Write the documentation to the documentation folder by default
1 parent 260ec59 commit e81a68a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/
44
# Intermediary files:
55
cache/
66
out/
7+
documentation/
78
sqlite-src/
89
tmp/
910
c/

.jsdoc.config.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"include": [
77
"src/api.js"
88
]
9+
},
10+
"opts": {
11+
"encoding": "utf8",
12+
"destination": "./documentation/"
913
}
1014
}

0 commit comments

Comments
 (0)