Skip to content

Commit

Permalink
[docs] Escape special characters in md file (#3749)
Browse files Browse the repository at this point in the history
A few special characters were added a documentation change in my recent
PR: #3717
After merging the docs build failed because docusuarus could not parse
the .md file properly.
This PR escapes those characters properly.
  • Loading branch information
busma13 authored Sep 11, 2024
1 parent ebc699e commit 029fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packages/teraslice-cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ teraslice-cli jobs view local 99999999-9999-9999-9999-999999999999

### jobs export

Export job on a cluster to a json file. By default the file is saved to the current working directory as <job.name>.json
Export job on a cluster to a json file. By default the file is saved to the current working directory as \<job.name\>.json

```sh
teraslice-cli jobs export <cluster> <job_id>
Expand Down

0 comments on commit 029fbbe

Please sign in to comment.