Files
AFFiNE/blocksuite/docs/typedoc.json
2025-03-28 07:20:34 +00:00

28 lines
723 B
JSON

{
"entryPoints": ["../framework/store", "../framework/std"],
"packageOptions": {
"readme": "none",
"categorizeByGroup": false,
"includeVersion": false,
"excludeNotDocumented": true,
"excludeInternal": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"externalPattern": ["node_modules/**/*"],
"disableSources": true,
"categoryOrder": ["*", "Other"]
},
"readme": "none",
"plugin": ["typedoc-plugin-markdown"],
"out": "./api",
"entryPointStrategy": "packages",
"includeVersion": false,
"logLevel": "Error",
"name": "BlockSuite API Documentation",
"navigation": {
"includeCategories": true
},
"sort": ["source-order"]
}