diff --git a/.gitignore b/.gitignore index f87756c..cbb5b49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .idea node_modules npm-debug.log -doc +docs matter-doc-theme RELEASE.md build/matter-dev.js diff --git a/yuidoc.json b/yuidoc.json index d163574..203db10 100644 --- a/yuidoc.json +++ b/yuidoc.json @@ -4,7 +4,7 @@ "url": "http://brm.io/matter-js/", "options": { "linkNatives": true, - "outdir": "doc/build", + "outdir": "docs", "themedir": "matter-doc-theme", "paths": "src" }