diff --git a/.gitignore b/.gitignore index f8dcdcdb..d2070d05 100644 --- a/.gitignore +++ b/.gitignore @@ -63,5 +63,6 @@ typings/ lib/ node/ doc/ +docs/ deployment-staging-area/ archive/ diff --git a/typedoc.json b/typedoc.json index 1a40e549..47e286ff 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,7 +2,7 @@ "entryPoints": { "goban": "src/goban.ts" }, - "out": "docs", + "out": "docs/docs", "tsconfig": "tsconfig.docs.json", "excludeExternals": true, "exclude": [