diff --git a/docs/site/getting-started/configure.md b/docs/site/getting-started/configure.md index ac28c91b..caca81cc 100644 --- a/docs/site/getting-started/configure.md +++ b/docs/site/getting-started/configure.md @@ -59,7 +59,7 @@ Adding or configuring a new machine requires two simple steps: Which should show something like: - ```bash hl_lines="6" + ```{.shellSession hl_lines="6" .no-copy} NAME ID-LINK FSTYPE SIZE MOUNTPOINT sda usb-ST_16GB_AA6271026J1000000509-0:0 14.9G ├─sda1 usb-ST_16GB_AA6271026J1000000509-0:0-part1 1M diff --git a/docs/site/getting-started/deploy.md b/docs/site/getting-started/deploy.md index 9fe0ffa8..02ef0875 100644 --- a/docs/site/getting-started/deploy.md +++ b/docs/site/getting-started/deploy.md @@ -52,7 +52,7 @@ This process involves preparing a suitable hardware and disk partitioning config This is an example of the booted installer. - ```{ .bash .annotate .no-copy } + ```{ .bash .annotate .no-copy .nohighlight} ┌─────────────────────────────────────────────────────────────────────────────────────┐ │ ┌───────────────────────────┐ │ │ │███████████████████████████│ # This is the QR Code (1) │ @@ -151,7 +151,7 @@ Clan CLI enables you to remotely update your machines over SSH. This requires se ### Setting the Target Host Replace `root@jon` with the actual hostname or IP address of your target machine: -```nix hl_lines="9" +```{.nix hl_lines="9" .no-copy} buildClan { # ... machines = { @@ -192,7 +192,7 @@ it is also possible to specify a build host instead. During an update, the cli will ssh into the build host and run `nixos-rebuild` from there. -```nix hl_lines="5" +```{.nix hl_lines="5" .no-copy} buildClan { # ... machines = { @@ -208,7 +208,7 @@ buildClan { To exclude machines from being updated when running `clan machines update` without any machines specified, one can set the `clan.deployment.requireExplicitUpdate` option to true: -```nix hl_lines="5" +```{.nix hl_lines="5" .no-copy} buildClan { # ... machines = { diff --git a/docs/site/getting-started/installer.md b/docs/site/getting-started/installer.md index 57981e04..0c19a9d9 100644 --- a/docs/site/getting-started/installer.md +++ b/docs/site/getting-started/installer.md @@ -22,7 +22,7 @@ Follow our step-by-step guide to create and transfer this image onto a bootable lsblk ``` - ```shellSession hl_lines="2" + ```{.shellSession hl_lines="2" .no-copy} NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sdb 8:0 1 117,2G 0 disk └─sdb1 8:1 1 117,2G 0 part /run/media/qubasa/INTENSO @@ -123,7 +123,7 @@ This will enter `iwd` Now run the following command to connect to your Wifi: -```shellSession +```{.shellSession .no-copy} # Identify your network device. device list @@ -161,4 +161,4 @@ You're all set up - [Configure Machines](configure.md): Customize machine configuration ---- \ No newline at end of file +--- diff --git a/docs/site/getting-started/mesh-vpn.md b/docs/site/getting-started/mesh-vpn.md index 1c3c3f0c..c45d139e 100644 --- a/docs/site/getting-started/mesh-vpn.md +++ b/docs/site/getting-started/mesh-vpn.md @@ -9,7 +9,7 @@ include a new machine into the VPN. By default all machines within one clan are connected via a chosen network technology. -``` +```{.no-copy} Clan Node A <-> (zerotier / mycelium / ...) @@ -36,7 +36,7 @@ peers. Once addresses are allocated, the controller's continuous operation is no ``` 3. **Update the Controller Machine**: Execute the following: ```bash - $ clan machines update + clan machines update ``` Your machine is now operational as the VPN controller.