From a2dd45b3bc2f122388772ef3c21fda146a0ad2ef Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Sat, 21 Dec 2024 11:26:02 +0300 Subject: [PATCH] docs: add a note about stale docs --- docs/configuration.md | 4 ++++ docs/install.md | 4 ++++ docs/usage.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 5a5fa833..8e2dfcc5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,5 +1,9 @@ # Configure lefthook +> [!IMPORTANT] +> +> This documentation is stale and will be removed soon. Please check the new: https://evilmartians.github.io/lefthook/configuration/ + Lefthook [supports](#config-file) YAML, JSON, and TOML configuration. In this document `lefthook.yml` is used for simplicity. ## Config file diff --git a/docs/install.md b/docs/install.md index 81a86acc..d601222c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,9 @@ # Install lefthook +> [!IMPORTANT] +> +> This documentation is stale and will be removed soon. Please check the new: https://evilmartians.github.io/lefthook/installation/ + Choose your fighter: - [Ruby](#ruby) diff --git a/docs/usage.md b/docs/usage.md index 84cbda6e..f7332af5 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,5 +1,9 @@ # Usage +> [!IMPORTANT] +> +> This documentation is stale and will be removed soon. Please check the new: https://evilmartians.github.io/lefthook/usage/ + - [Commands](#commands) - [`lefthook install`](#lefthook-install) - [`lefthook uninstall`](#lefthook-uninstall)