Docs: fix code annotations

This commit is contained in:
Johannes Kirschbauer
2025-07-12 16:40:02 +02:00
parent 582cbff138
commit 0ec26ff0ab
3 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ clan templates apply disk --to-machine jon --template single-disk --set mainDisk
Which should fail and give the valid options for the specific hardware: Which should fail and give the valid options for the specific hardware:
```terminal-session ```shellSession
Invalid value for placeholder mainDisk - Valid options: Invalid value for placeholder mainDisk - Valid options:
/dev/disk/by-id/nvme-WD_PC_SN740_SDDQNQD-512G-1201_232557804368 /dev/disk/by-id/nvme-WD_PC_SN740_SDDQNQD-512G-1201_232557804368
``` ```
@@ -171,7 +171,7 @@ clan templates apply disk --to-machine jon --template single-disk --set mainDisk
Should now be succesfull Should now be succesfull
```terminal-session ```shellSession
Applied disk template 'single-disk' to machine 'jon' Applied disk template 'single-disk' to machine 'jon'
``` ```

View File

@@ -101,7 +101,7 @@ clan show
You should see something like this: You should see something like this:
```terminal-session ```shellSession
Name: __CHANGE_ME__ Name: __CHANGE_ME__
Description: None Description: None
``` ```

View File

@@ -52,7 +52,7 @@ clan vars list <machineName>
Which should print the generated `disk-id/diskId` value in clear text Which should print the generated `disk-id/diskId` value in clear text
You should see output like: You should see output like:
```terminal-session ```shellSession
disk-id/diskId: fcef30a749f8451d8f60c46e1ead726f disk-id/diskId: fcef30a749f8451d8f60c46e1ead726f
# ... # ...
# elided # elided