generate html docs in public folder
This commit is contained in:
1
packages/docs/.gitignore
vendored
1
packages/docs/.gitignore
vendored
@@ -2,6 +2,7 @@ node_modules
|
||||
/.cache
|
||||
/build
|
||||
/public/build
|
||||
/public/docs
|
||||
.env
|
||||
.vscode
|
||||
app/docs.json
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"entryPoints": ["../reacord/library/main.ts"],
|
||||
"out": ["public/docs/api"],
|
||||
"tsconfig": "../reacord/tsconfig.json",
|
||||
"json": "./app/docs.json",
|
||||
"excludeInternal": true,
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"categorizeByGroup": false,
|
||||
"preserveWatchOutput": true
|
||||
"preserveWatchOutput": true,
|
||||
"githubPages": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user