From 5cbd3e1275f727f540703fcf958da35ef8009cbc Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:51:51 +0000 Subject: [PATCH] chore(build): auto-generate markdown docs --- docs/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debug.md b/docs/debug.md index 61daff0f..f6748cc6 100644 --- a/docs/debug.md +++ b/docs/debug.md @@ -38,7 +38,7 @@ What this does: ```lua ---@class snacks.debug.cmd ---@field cmd string|string[] ----@field level? snacks.notifier.level +---@field level? snacks.notifier.level|vim.log.levels ---@field title? string ---@field args? string[] ---@field cwd? string