blob: 7043af22e71dc1b1b26805639324d513bdb44091 [file] [log] [blame]
{
"entryPoints": ["index.d.ts"],
"out": "docs",
"name": "Apache OpenDALâ„¢",
"tsconfig": "tsconfig.json",
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"includeVersion": true,
"githubPages": false,
"plugin": ["./theme/dist/index.js"],
"theme": "opendal",
"projectDocuments": ["./CONTRIBUTING.md", "./upgrade.md"],
"navigationLinks": {
"Homepage": "https://opendal.apache.org/",
"GitHub": "https://github.com/apache/opendal/tree/main/bindings/nodejs"
}
}