typedoc-mkdocs.json 321 B

123456789101112131415
  1. {
  2. "plugin": [
  3. "typedoc-plugin-markdown"
  4. ],
  5. "entryPoints": [
  6. "src/extensions/exports.ts"
  7. ],
  8. "name": "taipy-gui JS module API",
  9. "out": "reference_guiext",
  10. "excludeNotDocumented": true,
  11. "disableSources": true,
  12. "entryFileName": "index.md",
  13. "readme": "extension-index.md",
  14. "githubPages": false
  15. }