| { | |
| "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" | |
| } | |
| } |