ceph-csi/docs
Prasanna Kumar Kalever 2945f7b669 cleanup: stick to standards when using dollar-sign in md
MD014 - Dollar signs used before commands without showing output
The dollar signs are unnecessary, it is easier to copy and paste and
less noisy if the dollar signs are omitted. Especially when the
command doesn't list the output, but if the command follows output
we can use `$ ` (dollar+space) mainly to differentiate between
command and its ouput.

scenario 1: when command doesn't follow output
```console
cd ~/work
```

scenario 2: when command follow output (use dollar+space)
```console
$ ls ~/work
file1 file2 dir1 dir2 ...
```

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
2020-11-11 13:18:05 +00:00
..
design/proposals cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
capabilities.md doc: Correct title of capabilities doc 2020-08-24 07:12:42 +00:00
ceph-csi-upgrade.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
cephfs-snap-clone.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
coding.md doc: do not mention "github.com/pkg/errors" 2020-07-03 09:12:48 +00:00
DCO DOC: Added document for DOC and commit message 2020-05-06 16:54:15 +00:00
deploy-cephfs.md doc: remove the description of provisioner statefulset 2020-10-23 06:48:33 +00:00
deploy-rbd.md doc: remove the description of provisioner statefulset 2020-10-23 06:48:33 +00:00
development-guide.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
expand-pvc.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
metrics.md Deprecate grpc metrics in ceph-csi 2020-04-01 11:59:37 +00:00
releases.md doc: update to current release tracking method 2020-04-17 09:16:58 +00:00
resource-cleanup.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00
static-pvc.md cleanup: stick to standards when using dollar-sign in md 2020-11-11 13:18:05 +00:00