From b7ea031b9dbae487524110217190b2cc6afd2ffa Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:37:57 +0300 Subject: [PATCH] chore(docs): fmt --- charts/stable/protonmail-bridge/docs/installation_notes.md | 4 ++-- charts/stable/spotweb/docs/validation.md | 2 +- charts/stable/wireguard/docs/how-to.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/protonmail-bridge/docs/installation_notes.md b/charts/stable/protonmail-bridge/docs/installation_notes.md index 062f6c140c6..81b1c5ffb87 100644 --- a/charts/stable/protonmail-bridge/docs/installation_notes.md +++ b/charts/stable/protonmail-bridge/docs/installation_notes.md @@ -6,11 +6,11 @@ title: Installation Notes - Shell into the app after installing it to complete the login phase. - Run the following commands in order: -```terminal +```shell chmod +x entrypoint.sh && ps aux | grep [b]ridge | awk '{print $2}' | xargs -I {} kill -9 {} && ./entrypoint.sh init ``` -```terminal +```shell login ``` diff --git a/charts/stable/spotweb/docs/validation.md b/charts/stable/spotweb/docs/validation.md index 8a9d190bcef..21e8b4cb061 100644 --- a/charts/stable/spotweb/docs/validation.md +++ b/charts/stable/spotweb/docs/validation.md @@ -39,7 +39,7 @@ The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EM - Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)): - ```regex + ```shell ^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$ ``` diff --git a/charts/stable/wireguard/docs/how-to.md b/charts/stable/wireguard/docs/how-to.md index ab6c8168985..32f534d145c 100644 --- a/charts/stable/wireguard/docs/how-to.md +++ b/charts/stable/wireguard/docs/how-to.md @@ -9,7 +9,7 @@ Store your wireguard config file in a directory, on one of your pools. Example `/mnt/pool/vpn.conf` (Name can be any name. eg `wg0.conf`, `x-site.conf`, etc) Example config content: -```conf +```toml [Interface] Address = 10.0.0.1/24 ListenPort = 51820