Skip to content

Commit 5af1062

Browse files
committed
fix: remove internal code from documentation
1 parent b30b5d4 commit 5af1062

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jsdoc-conf.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"plugins": ["@babel/plugin-transform-flow-strip-types"]
55
},
66
"source": {
7-
"include": ["src", "README.md"],
7+
"include": [
8+
"README.md",
9+
"./src/cloud-code",
10+
"./src/Options/docs.js",
11+
"./src/ParseServer.js",
12+
"./src/Adapters"
13+
],
814
"excludePattern": "(^|\\/|\\\\)_"
915
},
1016
"templates": {

0 commit comments

Comments
 (0)