fix(docs): add missing GFM alert directives to blockquotes (#19042)

I just added support for rendering GFM alerts inside of numbered lists
in coder.com (see https://github.com/coder/coder.com/pull/328), and
noticed that these plain blockquotes should probably be alerts.

This should cover all the missing alerts. I found them by searching for
the regex `^\s*>\s` within docs/**/*.md

Is `[!NOTE]` the correct type for these? Or do we want to use
tip/important/etc?

- @mtojek CONTRIBUTING.md
- @johnstcn support-bundle.md
- @matifali gateway.md
This commit is contained in:
Andrew Aquino
2025-07-28 18:00:56 -04:00
committed by GitHub
parent 36d2e01471
commit 72b8ab530e
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ A brief overview of all files contained in the bundle is provided below:
prompt. The support bundle will be generated in the current directory with
the filename `coder-support-$TIMESTAMP.zip`.
> [!NOTE]
> While support bundles can be generated without a running workspace, it is
> recommended to specify one to maximize troubleshooting information.