From 493b54cc166968dff424c284362bf6f3556e4e10 Mon Sep 17 00:00:00 2001 From: Joseph Kato Date: Tue, 27 Feb 2024 17:13:00 -0800 Subject: [PATCH] Add new config dirs --- content/en/docs/vale-cli/structure/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/en/docs/vale-cli/structure/index.md b/content/en/docs/vale-cli/structure/index.md index e6a6748..5259ad0 100644 --- a/content/en/docs/vale-cli/structure/index.md +++ b/content/en/docs/vale-cli/structure/index.md @@ -130,6 +130,20 @@ The `templates` directory is where you can add custom output templates. See [`--output`](/manual/output/) for more information. +#### actions + +The `actions` directory is where you can add custom actions to be loaded by +Vale. + +See [Actions](/docs/topics/actions/) for more information. + +#### scripts + +The `scripts` directory is where you can add custom scripts to be loaded by +Vale. + +See [Scripts](/docs/topics/styles/#script) for more information. + ## .vale.ini The `.vale.ini` file is where you'll control the majority of Vale's behavior,