diff --git a/docs/install/rancher.md b/docs/install/rancher.md index b4a58dbe1e..808d94b726 100644 --- a/docs/install/rancher.md +++ b/docs/install/rancher.md @@ -83,7 +83,7 @@ kubectl create secret generic coder-db-url -n coder \ --from-literal=url="postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable" ``` -> [!Important] +> [!IMPORTANT] > If you're using a managed PostgreSQL service, replace the connection URL with your specific database credentials. ## Install Coder through the Rancher UI diff --git a/docs/user-guides/shared-workspaces.md b/docs/user-guides/shared-workspaces.md index 02a3ae75f4..9136402e51 100644 --- a/docs/user-guides/shared-workspaces.md +++ b/docs/user-guides/shared-workspaces.md @@ -40,7 +40,7 @@ To remove sharing from a workspace: - `coder sharing remove --group contractor` - Workspace is no longer shared with the group `contractor`. -> [!Important] +> [!IMPORTANT] > The workspace must be restarted for the user or group removal to take effect. To show who a workspace is shared with: diff --git a/docs/user-guides/workspace-access/index.md b/docs/user-guides/workspace-access/index.md index 623c1891ca..739b4adc46 100644 --- a/docs/user-guides/workspace-access/index.md +++ b/docs/user-guides/workspace-access/index.md @@ -38,7 +38,7 @@ coder ssh my-workspace Or, you can configure plain SSH on your client below. -> [!Note] +> [!NOTE] > The `coder ssh` command does not have full parity with the standard > SSH command. For users who need the full functionality of SSH, use the > configuration method below.