docs: change syntax hightlighting for command examples from sh to console

This commit is contained in:
albertony
2025-11-01 15:33:38 +01:00
parent becc068d36
commit 059ad47336
110 changed files with 782 additions and 750 deletions
+4 -4
View File
@@ -38,7 +38,7 @@ from the developer section.
Now run
```sh
```console
rclone config
```
@@ -113,19 +113,19 @@ y/e/d> y
List directories in the top level of your Media Library
```sh
```console
rclone lsd cloudinary-media-library:
```
Make a new directory.
```sh
```console
rclone mkdir cloudinary-media-library:directory
```
List the contents of a directory.
```sh
```console
rclone ls cloudinary-media-library:directory
```