Skip to content

Commit d07b49d

Browse files
authored
docs: remove deprecated AI features from React guide (#2019)
SD-1882
1 parent 70f4ba5 commit d07b49d

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

  • apps/docs/getting-started/frameworks

apps/docs/getting-started/frameworks/react.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -405,20 +405,6 @@ function CollaborativeEditor() {
405405
</Card>
406406
</CardGroup>
407407
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-
422408
### Search and Navigate
423409
424410
```jsx

0 commit comments

Comments
 (0)