We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f4ba5 commit d07b49dCopy full SHA for d07b49d
1 file changed
apps/docs/getting-started/frameworks/react.mdx
@@ -405,20 +405,6 @@ function CollaborativeEditor() {
405
</Card>
406
</CardGroup>
407
408
-### AI Features
409
-
410
-```jsx
411
-<SuperDocEditor
412
- document={file}
413
- modules={{
414
- ai: {
415
- apiKey: 'your-api-key',
416
- endpoint: 'https://api.example.com/ai',
417
- },
418
- }}
419
-/>
420
-```
421
422
### Search and Navigate
423
424
```jsx
0 commit comments