Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/about/contributing/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Use the following `make` commands and scripts in development:

This should return 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) script for issues.

> [!NOTE]
> `coder-dev.sh` is a helper script that behaves like the regular coder CLI, but uses the binary built from your local source and shares the same configuration directory set up by `develop.sh`. This ensures your local changes are reflected when testing.
>
> The default user is `admin@coder.com` and the default password is `SomeSecurePassword!`
Expand Down
1 change: 1 addition & 0 deletions docs/support/support-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/user-guides/workspace-access/jetbrains/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ manually configured SSH connection.

### How to use the plugin

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