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:
parent
341c247295
commit
864452db04
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.idea
|
||||
node_modules
|
||||
npm-debug.log
|
||||
doc
|
||||
docs
|
||||
matter-doc-theme
|
||||
RELEASE.md
|
||||
build/matter-dev.js
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "http://brm.io/matter-js/",
|
||||
"options": {
|
||||
"linkNatives": true,
|
||||
"outdir": "doc/build",
|
||||
"outdir": "docs",
|
||||
"themedir": "matter-doc-theme",
|
||||
"paths": "src"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue