markdown: ignore trailing whitespace

This commit is contained in:
Jörg Thalheim
2025-06-27 15:36:29 +02:00
parent 0741a49973
commit 97e52a6946
7 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ This guide shows you how to configure `zerotier` either through `NixOS Options`
}; };
}; };
``` ```
## 3. Apply the Configuration ## 3. Apply the Configuration
Update the `controller` machine: Update the `controller` machine:

View File

@@ -5,7 +5,7 @@ At the moment, NixOS/Clan does not support [Secure Boot](https://wiki.gentoo.org
### Step 2: Access the UEFI/BIOS Menu ### Step 2: Access the UEFI/BIOS Menu
- Restart your computer. - Restart your computer.
- As your computer restarts, press the appropriate key to enter the UEFI/BIOS settings. - As your computer restarts, press the appropriate key to enter the UEFI/BIOS settings.
??? tip "The key depends on your laptop or motherboard manufacturer. Click to see a reference list:" ??? tip "The key depends on your laptop or motherboard manufacturer. Click to see a reference list:"
| Manufacturer | UEFI/BIOS Key(s) | | Manufacturer | UEFI/BIOS Key(s) |

View File

@@ -21,7 +21,7 @@ Flake URL-like syntax used to link to clans.
Required to connect the `url-open` application to the `clan-app`. Required to connect the `url-open` application to the `clan-app`.
## facts *(deprecated)* ## facts *(deprecated)*
System for creating secrets and public files in a declarative way. System for creating secrets and public files in a declarative way.
**Note:** Deprecated, use `vars` instead. **Note:** Deprecated, use `vars` instead.
## inventory ## inventory

View File

@@ -36,7 +36,7 @@ Examples:
$ agit list $ agit list
Lists all open pull requests for the current repository Lists all open pull requests for the current repository
``` ```
References: References:

View File

@@ -52,7 +52,7 @@ Follow the instructions below to set up your development environment and start t
## Storybook ## Storybook
We use [Storybook] to develop UI components. We use [Storybook] to develop UI components.
It can be started by running the following: It can be started by running the following:
```console ```console
@@ -63,10 +63,10 @@ This will start a [process-compose] instance containing two processes:
* `storybook` which is the main [storybook] process. * `storybook` which is the main [storybook] process.
* `luakit` which is a [webkit]-based browser for viewing the stories with. This is the same underlying engine used when * `luakit` which is a [webkit]-based browser for viewing the stories with. This is the same underlying engine used when
rendering the app. rendering the app.
You can run storybook tests with `npm run test-storybook`. You can run storybook tests with `npm run test-storybook`.
If you change how a component(s) renders, If you change how a component(s) renders,
you will need to update the snapshots with `npm run test-storybook-update-snapshots`. you will need to update the snapshots with `npm run test-storybook-update-snapshots`.
## Start clan-app without process-compose ## Start clan-app without process-compose

View File

@@ -1,7 +1,7 @@
## Overview ## Overview
We will be updating existing components and developing new components in line with the latest designs inside this We will be updating existing components and developing new components in line with the latest designs inside this
folder. As they become ready, they can be copied into the root `components` folder, replacing any existing components as folder. As they become ready, they can be copied into the root `components` folder, replacing any existing components as
necessary. necessary.
This is to avoid merge hell and allow us to rapidly match the latest designs without the burden of integration. This is to avoid merge hell and allow us to rapidly match the latest designs without the burden of integration.

View File

@@ -89,6 +89,6 @@ Here are some important documentation links related to the Clan VM Manager:
## Error handling ## Error handling
> Error dialogs should be avoided where possible, since they are disruptive. > Error dialogs should be avoided where possible, since they are disruptive.
> >
> For simple non-critical errors, toasts can be a good alternative. > For simple non-critical errors, toasts can be a good alternative.