| { | |
| "entryPoints": ["index.d.ts"], | |
| "out": "apidocs", | |
| "name": "Apache Pulsar", | |
| "tsconfig": "tsconfig.json", | |
| "excludePrivate": true, | |
| "excludeProtected": true, | |
| "excludeExternals": true, | |
| "includeVersion": true, | |
| "githubPages": false, | |
| "navigationLinks": { | |
| "Homepage": "https://pulsar.apache.org/", | |
| "GitHub": "https://github.com/apache/pulsar-client-node" | |
| } | |
| } |