From 0e67c2a77988f1abeabb2856954e783d8af7ebec Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 13 Feb 2024 17:18:07 +0100 Subject: [PATCH] feat: add how to debug page Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- web/src/content/docs/setup/debug.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/src/content/docs/setup/debug.md diff --git a/web/src/content/docs/setup/debug.md b/web/src/content/docs/setup/debug.md new file mode 100644 index 0000000..7292dfb --- /dev/null +++ b/web/src/content/docs/setup/debug.md @@ -0,0 +1,12 @@ +--- +title: Motivation +description: Debug your configurations +--- + +You maybe wondering how you can debug your configurations. This is a common question and we have a few options for you to consider. + +Debug your configuration using stdin and below: + +```console +echo "feat(other): debug" | commitlint +```