From b3515c91a56b9a1008a375116da46e9f8c8eb261 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Sat, 27 Apr 2024 10:48:57 +0800 Subject: [PATCH] docs: conform https://github.com/orgs/community/discussions/16925 --- nixd/docs/configuration.md | 3 ++- nixd/docs/dev.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nixd/docs/configuration.md b/nixd/docs/configuration.md index 0f265ec56..44d147bdb 100644 --- a/nixd/docs/configuration.md +++ b/nixd/docs/configuration.md @@ -112,7 +112,8 @@ nvim_lsp.nixd.setup({ ### Configuration overview -> Note: This annotated json are under the key "nixd". If you don't know what does exactly this mean please see editor examples above. +> [!NOTE] +> This annotated json are under the key "nixd". If you don't know what does exactly this mean please see editor examples above. ```jsonc { diff --git a/nixd/docs/dev.md b/nixd/docs/dev.md index 0612fb668..79c8f2f18 100644 --- a/nixd/docs/dev.md +++ b/nixd/docs/dev.md @@ -39,7 +39,8 @@ ninja -C build install Then you can lauch an editor to quick test nixd, under `local/install/bin`. -> Note: `nixd` cannot be properly launched from "build" directory (i.e. it requires installation for editor testing). +> [!WARNING] +> `nixd` cannot be properly launched from "build" directory (i.e. it requires installation for editor testing). To run unit/regression test, invoke: