markdown: ignore trailing whitespace
This commit is contained in:
@@ -52,7 +52,7 @@ This guide shows you how to configure `zerotier` either through `NixOS Options`
|
||||
};
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
## 3. Apply the Configuration
|
||||
Update the `controller` machine:
|
||||
|
||||
|
||||
@@ -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
|
||||
- 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:"
|
||||
|
||||
| Manufacturer | UEFI/BIOS Key(s) |
|
||||
|
||||
@@ -21,7 +21,7 @@ Flake URL-like syntax used to link to clans.
|
||||
Required to connect the `url-open` application to the `clan-app`.
|
||||
|
||||
## 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.
|
||||
|
||||
## inventory
|
||||
|
||||
@@ -36,7 +36,7 @@ Examples:
|
||||
|
||||
$ agit list
|
||||
Lists all open pull requests for the current repository
|
||||
|
||||
|
||||
```
|
||||
|
||||
References:
|
||||
|
||||
@@ -52,7 +52,7 @@ Follow the instructions below to set up your development environment and start t
|
||||
|
||||
## Storybook
|
||||
|
||||
We use [Storybook] to develop UI components.
|
||||
We use [Storybook] to develop UI components.
|
||||
It can be started by running the following:
|
||||
|
||||
```console
|
||||
@@ -63,10 +63,10 @@ This will start a [process-compose] instance containing two processes:
|
||||
|
||||
* `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
|
||||
rendering the app.
|
||||
rendering the app.
|
||||
|
||||
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`.
|
||||
|
||||
## Start clan-app without process-compose
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Overview
|
||||
|
||||
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
|
||||
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
|
||||
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.
|
||||
@@ -89,6 +89,6 @@ Here are some important documentation links related to the Clan VM Manager:
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user