Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 5ca2944

Browse files
committed
Fix code block languages
Missed a few - normalize all to plain
1 parent a02669d commit 5ca2944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Use the `restore` command to recover an [archived](#archive) workspace. Once
143143
restored, a workspace will appear in your available [workspace list](#list) and
144144
can be [activated](#activate).
145145

146-
```bash
146+
```plain
147147
codegate workspace restore WORKSPACE_NAME
148148
```
149149

@@ -153,7 +153,7 @@ Replace `WORKSPACE_NAME` with the name of the workspace to restore.
153153

154154
The `delete-archived` command permanently deletes an archived workspace.
155155

156-
```bash
156+
```plain
157157
codegate workspace delete-archived WORKSPACE_NAME
158158
```
159159

0 commit comments

Comments
 (0)