docs: lint

This commit is contained in:
Aidan 2025-04-17 11:54:32 -04:00
parent 006d91eedd
commit 5448c22383
5 changed files with 7 additions and 7 deletions

View File

@ -58,4 +58,4 @@
```bash ```bash
bun dev bun dev
``` ```

View File

@ -81,4 +81,4 @@ A Docker setup requires both Docker *and* Docker Compose.
you will also need to set up the following repositories and edit this project to work with *your* setup. you will also need to set up the following repositories and edit this project to work with *your* setup.
* [mail-connect](https://git.pontusmail.org/librecloud/mail-connect) * [mail-connect](https://git.pontusmail.org/librecloud/mail-connect)
* [docker-mailserver](https://github.com/docker-mailserver/docker-mailserver) * [docker-mailserver](https://github.com/docker-mailserver/docker-mailserver)

View File

@ -7,4 +7,4 @@ Each update to this file is guaranteed to work with the previous version of the
```bash ```bash
npx prisma migrate dev --name update-schema # Migrate npx prisma migrate dev --name update-schema # Migrate
npx prisma migrate deploy # Deploy npx prisma migrate deploy # Deploy
``` ```

View File

@ -17,14 +17,14 @@ You might want to serve the docs you've edited to see how they'll look on [docs.
Do this with the `docsify-cli`, which can be installed like so: Do this with the `docsify-cli`, which can be installed like so:
**Bun** ### Bun
```bash ```bash
# This will be installed globally # This will be installed globally
bun i docsify-cli -g bun i docsify-cli -g
``` ```
**NPM** ### NPM
```bash ```bash
# This will be installed globally # This will be installed globally
@ -35,4 +35,4 @@ Finally, you can serve the docs with this command:
```bash ```bash
docsify serve docs docsify serve docs
``` ```

View File

@ -93,4 +93,4 @@ If you would like to simply test or bypass Cloudflare Turnstile, you can use one
| Environment Variable | Description | Example | | Environment Variable | Description | Example |
|------------------------|-------------------------------------------|---------------------------------------| |------------------------|-------------------------------------------|---------------------------------------|
| NEXT_PUBLIC_CF_SITEKEY | Cloudflare Turnstile site key (public) | `1x00000000000000000000AA` | | NEXT_PUBLIC_CF_SITEKEY | Cloudflare Turnstile site key (public) | `1x00000000000000000000AA` |
| CF_SECRETKEY | Cloudflare Turnstile secret key (private) | `0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` | | CF_SECRETKEY | Cloudflare Turnstile secret key (private) | `0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` |