Skip to content

Commit

Permalink
Fix code block languages
Browse files Browse the repository at this point in the history
Missed a few - normalize all to plain
  • Loading branch information
danbarr committed Jan 21, 2025
1 parent a02669d commit 5ca2944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Use the `restore` command to recover an [archived](#archive) workspace. Once
restored, a workspace will appear in your available [workspace list](#list) and
can be [activated](#activate).

```bash
```plain
codegate workspace restore WORKSPACE_NAME
```

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

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

```bash
```plain
codegate workspace delete-archived WORKSPACE_NAME
```

Expand Down

0 comments on commit 5ca2944

Please sign in to comment.