Files
AFFiNE/blocksuite/docs-site/typedoc.json
2026-04-29 17:23:23 +08:00

33 lines
787 B
JSON

{
"entryPoints": ["../**/*"],
"exclude": [
"../docs",
"../docs-site",
"../integration-test",
"../playground",
"**/__tests__/**/*"
],
"packageOptions": {
"includeVersion": true,
"readme": "none",
"excludeExternals": true,
"externalPattern": ["node_modules/**/*"],
"entryPoints": ["src/index.ts"]
},
"plugin": ["typedoc-plugin-markdown"],
"out": "./api",
"entryPointStrategy": "packages",
"includeVersion": false,
"logLevel": "Error",
"readme": "none",
"name": "BlockSuite API Documentation",
"entryFileName": "index.md",
"outputFileStrategy": "members",
"hidePageHeader": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"categorizeByGroup": true,
"sort": ["source-order"]
}