mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
docs: generate markdown
This commit is contained in:
17
typedoc.json
17
typedoc.json
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"entryPoints": ["./src/index.ts"],
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"excludeExternals": true,
|
||||
"includeVersion": false,
|
||||
"out": "docs"
|
||||
"entryPoints": ["src/index.ts"],
|
||||
"out": "docs/api",
|
||||
"plugin": ["typedoc-plugin-markdown"],
|
||||
"excludePrivate": true,
|
||||
"excludeProtected": true,
|
||||
"excludeExternals": true,
|
||||
"includeVersion": false,
|
||||
"hideBreadcrumbs": true,
|
||||
"hidePageHeader": true,
|
||||
"entryFileName": "index.md",
|
||||
"readme": "none"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user