chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-23 18:19:22 +00:00 committed by github-actions[bot]
parent e6fb5381a9
commit 7dcf9ffed4

View file

@ -877,7 +877,7 @@ Git log
finder = "git_log",
format = "git_log",
preview = "git_show",
confirm = "close",
confirm = "git_checkout",
}
```
@ -895,7 +895,7 @@ Git log
preview = "git_show",
current_file = true,
follow = true,
confirm = "close",
confirm = "git_checkout",
}
```
@ -913,7 +913,7 @@ Git log
preview = "git_show",
current_line = true,
follow = true,
confirm = "close",
confirm = "git_checkout",
}
```