Skip to content

Commit 1962c7e

Browse files
committed
remove cards
1 parent e5cb1b0 commit 1962c7e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

guides/windsurf.mdx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,29 +114,22 @@ Once your rules are set up, you can use Cascade to assist with various documenta
114114

115115
### Example prompts
116116

117-
<Columns cols={2}>
118-
<Card title="Writing new content" icon="pencil">
119-
117+
**Writing new content**:
120118
```text wrap
121119
Create a new page explaining how to authenticate with our API. Include code examples in JavaScript, Python, and cURL.
122120
```
123-
</Card>
124121

125-
<Card title="Improving existing content" icon="wrench">
122+
**Improving existing content**:
126123
```text wrap
127124
Review this page and suggest improvements for clarity and component usage. Focus on making the steps easier to follow.
128125
```
129-
</Card>
130126

131-
<Card title="Creating code examples" icon="code">
127+
**Creating code examples**:
132128
```text wrap
133129
Generate a complete code example showing error handling for this API endpoint. Use realistic data and include expected responses.
134130
```
135-
</Card>
136131

137-
<Card title="Maintaining consistency" icon="check">
132+
**Maintaining consistency**
138133
```text wrap
139134
Check if this new page follows our documentation standards and suggest any needed changes.
140-
```
141-
</Card>
142-
</Columns>
135+
```

0 commit comments

Comments
 (0)