AI Assistants
By default, Zudoku shows "Use in Claude" and "Use in ChatGPT" options in dropdown menus on both
API reference and documentation pages. You can customize this
behavior using the top-level aiAssistants configuration.
Disable AI Assistants
To remove all AI assistant options:
zudoku.config.ts
Use Only Specific Presets
zudoku.config.ts
Available presets: "claude", "chatgpt"
Add Custom AI Assistants
You can add custom entries with a label and URL. Use {pageUrl} as a placeholder in the URL string,
or provide a callback for full control:
zudoku.config.ts
The callback receives { pageUrl: string, type: "docs" | "openapi" } so you can customize behavior
per context.
Last modified on