From e1482ce79571a348022edac426930ccc71742737 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 7 Jan 2026 22:51:24 +0900 Subject: [PATCH] docs/development: fix warning blocks --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index ab9e02e..350c605 100644 --- a/docs/development.md +++ b/docs/development.md @@ -7,7 +7,7 @@ the links from the *Upstream documentation* section below, or in [Miscellaneous ## Editing nix files -> [!WARN] +> [!WARNING] > Before editing any nix files, make sure to read [Secret management and `sops-nix`](./secret-management.md)! > We do not want to add any secrets in plaintext to the nix files, and certainly not commit and publish > them into the common public. @@ -158,7 +158,7 @@ nix build .# ### Deploying to machines -> [!WARN] +> [!WARNING] > Be careful to think about state when testing changes against the machines. Sometimes, a certain change > can lead to irreversible changes to the data stored on the machine. An example would be a set of database > migrations applied when testing a newer version of a service. Unless that service also comes with downwards