Skip to content

Commit 091848b

Browse files
authored
fix: add doc indexing instructions (#446)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent ba0296c commit 091848b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/introduction/ide-usage.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ it will allow an agent to:
6262
### IDE Configuration
6363
#### Cline
6464
Add this to your cline_mcp_settings.json:
65-
```
65+
```json
6666
{
6767
"mcpServers": {
6868
"codegen-cli": {
@@ -89,6 +89,13 @@ Command: uv --directory <path to codegen installation>/codegen-sdk/src/codegen/c
8989
```
9090

9191

92+
## Index Codegen Docs
93+
#### Cursor:
94+
If you use Cursor you'll be able to configure the IDE to index the Codegen docs. To do so go to `Settings` > `Features` > `Docs`
95+
and then click on `Add new docs`. We recommend using this url to index the API reference:
96+
```
97+
https://docs.codegen.com/api-reference/index
98+
```
9299

93100

94101
## Create a New Codemod

0 commit comments

Comments
 (0)