Skip to content

Commit 929b1bd

Browse files
committed
docs: fix callout formatting in interactive mode documentation
1 parent 36b6136 commit 929b1bd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/content/1.integration_guide/2.interactive_mode.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ You can:
3333
- Install all tools (recommended for new integrations)
3434
- Select individual tools based on your needs
3535

36-
::callout{icon="i-heroicons-light-bulb"}
37-
**Tip:** You can always add more tools later by re-running the integration script.
38-
::
36+
> 💡 **Tip:** You can always add more tools later by re-running the integration script.
3937
4038
### Step 2: Configure Git Workflow
4139

@@ -144,24 +142,20 @@ The integration script supports several flags:
144142

145143
## Tips for Success
146144

147-
::callout{icon="i-heroicons-check-circle"}
148-
**Recommended Approach**
145+
### ✅ Recommended Approach
149146

150147
1. Use interactive mode for your first integration
151148
2. Review the generated configuration files
152149
3. Test the setup with a small commit
153150
4. Adjust configs if needed
154151
5. Use quick mode for subsequent updates
155-
::
156152

157-
::callout{icon="i-heroicons-exclamation-triangle" color="amber"}
158-
**Important Notes**
153+
### ⚠️ Important Notes
159154

160155
- Run the script from your project root directory
161156
- Ensure you have a clean git working directory
162157
- The script is idempotent - safe to run multiple times
163158
- Review changes before committing
164-
::
165159

166160
## Environment Variables
167161

0 commit comments

Comments
 (0)