We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341c247 commit 864452dCopy full SHA for 864452d
2 files changed
.gitignore
@@ -1,7 +1,7 @@
1
.idea
2
node_modules
3
npm-debug.log
4
-doc
+docs
5
matter-doc-theme
6
RELEASE.md
7
build/matter-dev.js
yuidoc.json
@@ -4,7 +4,7 @@
"url": "http://brm.io/matter-js/",
"options": {
"linkNatives": true,
- "outdir": "doc/build",
+ "outdir": "docs",
8
"themedir": "matter-doc-theme",
9
"paths": "src"
10
}
0 commit comments