@groo.dev/ai-docusaurus
v0.0.5
Published
Docusaurus plugin for Groo AI sidebar
Readme
@groo.dev/ai-docusaurus
Docusaurus plugin that adds an AI-powered sidebar with chat and search.
Installation
npm install @groo.dev/ai-docusaurusUsage
Add the plugin to your docusaurus.config.js:
module.exports = {
plugins: [
[
'@groo.dev/ai-docusaurus',
{
projectId: 'your-project-id',
auth: {
accountsUrl: 'https://accounts.groo.dev',
clientId: 'your-client-id',
},
},
],
],
}Options
| Option | Type | Required | Description |
|--------|------|----------|-------------|
| projectId | string | Yes | Your Groo AI project ID |
| apiUrl | string | No | Custom API URL (defaults to https://ai.groo.dev) |
| auth.accountsUrl | string | Yes | Groo accounts URL for authentication |
| auth.clientId | string | Yes | OAuth client ID |
Features
- AI chat sidebar integrated into Docusaurus
- Documentation search powered by AI
- User authentication support
- Responsive design that works with Docusaurus themes
License
MIT
