Commit 45ac79d
docs: standardize warning syntax to GFM alert format (#3115)
## Summary
- Converts 3 remaining `> **Warning:**` instances to `> [!WARNING]` GFM
alert syntax for consistency with the 30+ GFM alerts already used across
docs
### Files updated
- `docs/oss/building-features/testing-configuration.md`
- `docs/oss/deployment/docker-deployment.md`
- `docs/oss/migrating/rsc-troubleshooting.md`
Closes #3114
## Test plan
- [ ] Verify rendered warnings display correctly on GitHub
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: documentation-only formatting changes with no code or
behavior impact.
>
> **Overview**
> Updates docs to replace remaining `> **Warning:**` blockquotes with
GitHub alert callouts (`> [!WARNING]`) for consistent rendering across
the guides, including testing configuration, Kubernetes migration
guidance, and RSC troubleshooting.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
96c2ae5. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated warning callout formatting across testing configuration,
Docker deployment, and Kubernetes migration guidance documentation to
use admonition-style warnings for improved consistency and readability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6a18c16 commit 45ac79d
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- docs/oss
- building-features
- deployment
- migrating
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
| 521 | + | |
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
| 408 | + | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| |||
0 commit comments