0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-20 17:10:11 -05:00

changed docs build config

This commit is contained in:
liabru 2020-12-05 23:06:02 +00:00
parent 341c247295
commit 864452db04
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
.idea .idea
node_modules node_modules
npm-debug.log npm-debug.log
doc docs
matter-doc-theme matter-doc-theme
RELEASE.md RELEASE.md
build/matter-dev.js build/matter-dev.js

View file

@ -4,7 +4,7 @@
"url": "http://brm.io/matter-js/", "url": "http://brm.io/matter-js/",
"options": { "options": {
"linkNatives": true, "linkNatives": true,
"outdir": "doc/build", "outdir": "docs",
"themedir": "matter-doc-theme", "themedir": "matter-doc-theme",
"paths": "src" "paths": "src"
} }