Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72b8ab5

Browse files
authored
fix(docs): add missing GFM alert directives to blockquotes (#19042)
I just added support for rendering GFM alerts inside of numbered listsin coder.com (seecoder/coder.com#328), andnoticed that these plain blockquotes should probably be alerts.This should cover all the missing alerts. I found them by searching forthe regex `^\s*>\s` within docs/**/*.mdIs `[!NOTE]` the correct type for these? Or do we want to usetip/important/etc?-@mtojek CONTRIBUTING.md-@johnstcn support-bundle.md-@matifali gateway.md
1 parent36d2e01 commit72b8ab5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎docs/about/contributing/CONTRIBUTING.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Use the following `make` commands and scripts in development:
9696

9797
This shouldreturn an empty list of workspaces. If you encounter an error, review the output from the [develop.sh](https://github.com/coder/coder/blob/main/scripts/develop.sh) scriptfor issues.
9898

99+
> [!NOTE]
99100
>`coder-dev.sh` is a helper script that behaves like the regular coder CLI, but uses the binary built from yourlocalsource and shares the same configuration directoryset up by`develop.sh`. This ensures yourlocal changes are reflected when testing.
100101
>
101102
> The default user is`admin@coder.com` and the default password is`SomeSecurePassword!`

‎docs/support/support-bundle.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ A brief overview of all files contained in the bundle is provided below:
7373
prompt. The support bundle will be generated in the current directory with
7474
the filename`coder-support-$TIMESTAMP.zip`.
7575

76+
>[!NOTE]
7677
>While support bundles can be generated without a running workspace, it is
7778
>recommended to specify one to maximize troubleshooting information.
7879

‎docs/user-guides/workspace-access/jetbrains/gateway.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ manually configured SSH connection.
1010

1111
###How to use the plugin
1212

13+
>[!NOTE]
1314
>If you experience problems, please
1415
>[create a GitHub issue](https://github.com/coder/coder/issues) or share in
1516
>[our Discord channel](https://discord.gg/coder).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp