From 864452db046f507c0412901c0cd93316acaa47f8 Mon Sep 17 00:00:00 2001 From: liabru Date: Sat, 5 Dec 2020 23:06:02 +0000 Subject: [PATCH] changed docs build config --- .gitignore | 2 +- yuidoc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }