From bb09bc53243b645d6bceed3870ddf2e031961510 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 13 Jan 2025 14:43:50 +0300 Subject: [PATCH] docs: update examples list --- docs/mdbook/examples/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/mdbook/examples/README.md b/docs/mdbook/examples/README.md index ce0ab8bb..0fc9ae9c 100644 --- a/docs/mdbook/examples/README.md +++ b/docs/mdbook/examples/README.md @@ -1,6 +1,8 @@ # Examples -- [Commitlint](./commitlint.md) -- [Remotes](./remotes.md) +- [Use lefthook-local.yml with extensions and overrides](./lefthook-local.md) - [Auto stage changed files](./stage_fixed.md) - [Filter files](./filters.md) +- [Skip or run on condition](./skip.md) +- [Use remote config](./remotes.md) +- [Use commitlint](./commitlint.md)