123456789101112131415 |
- {
- "plugin": [
- "typedoc-plugin-markdown"
- ],
- "entryPoints": [
- "src/extensions/exports.ts"
- ],
- "name": "taipy-gui JS module API",
- "out": "reference_guiext",
- "excludeNotDocumented": true,
- "disableSources": true,
- "entryFileName": "index.md",
- "readme": "extension-index.md",
- "githubPages": false
- }
|