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 +```