summaryrefslogtreecommitdiff
path: root/docs/rules.md
diff options
context:
space:
mode:
authorThomas Feldmann <mail@tfeldmann.de>2022-02-01 16:16:42 +0100
committerThomas Feldmann <mail@tfeldmann.de>2022-02-01 16:16:42 +0100
commit17536fe126ece35df2da50cf9ce5fd4ae1e97fc4 (patch)
tree7dee106ce6f4c2c56c9b33d36a7ab38cfac3b4f3 /docs/rules.md
parent883da016f8358eb1b2524f954524be08cf11784f (diff)
update docs
Diffstat (limited to 'docs/rules.md')
-rw-r--r--docs/rules.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rules.md b/docs/rules.md
index fa3cb0a..29d9ad5 100644
--- a/docs/rules.md
+++ b/docs/rules.md
@@ -1,7 +1,7 @@
# Rules
A organize config file can be written in [YAML](https://learnxinyminutes.com/docs/yaml/)
-or [JSON](https://learnxinyminutes.com/docs/json/). See [configuration](00-configuration.md)
+or [JSON](https://learnxinyminutes.com/docs/json/). See [configuration](configuration.md)
on how to locate your config file.
The top level element must be a dict with a key "rules".
@@ -46,11 +46,11 @@ The rule options in detail:
- **name** (`str`): The rule name
- **enabled** (`bool`): Whether the rule is enabled / disabled _(Default: `true`)_
- **targets** (`str`): `"dirs"` or `"files"` _(Default: `"files"`)_
-- **locations** (`str`|`list`) - A single location string or list of [locations](02-locations.md)
+- **locations** (`str`|`list`) - A single location string or list of [locations](locations.md)
- **subfolders** (`bool`): Whether to recurse into subfolders of all locations _(Default: `false`)_
- **filter_mode** (`str`): `"all"`, `"any"` or `"none"` of the filters must apply _(Default: `"all"`)_
-- **filters** (`list`): A list of [filters](03-filters.md) _(Default: `[]`)_
-- **actions** (`list`): A list of [actions](04-actions.md)
+- **filters** (`list`): A list of [filters](filters.md) _(Default: `[]`)_
+- **actions** (`list`): A list of [actions](actions.md)
## Targeting directories