Skip to content

Commit 263f97f

Browse files
committed
docs: fix markdown formatting violations in CLI overview
Add blank lines around fenced code blocks to comply with MD031 rule and fix indentation on code fence closing markers. Signed-off-by: Srinivas A <[email protected]>
1 parent f6b218a commit 263f97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/cli/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ make install-cli
5555
```bash
5656
vsr deploy docker
5757
```
58+
5859
Starts the router using Docker Compose.
5960

6061
5. **Check status:**
@@ -67,7 +68,7 @@ make install-cli
6768

6869
```bash
6970
vsr test-prompt "What is the derivative of x^2?"
70-
```
71+
```
7172

7273
## Next Steps
7374

0 commit comments

Comments
 (0)