summaryrefslogtreecommitdiff
path: root/doc/examples/filters/elements/foo.bst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/filters/elements/foo.bst')
-rw-r--r--doc/examples/filters/elements/foo.bst16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/examples/filters/elements/foo.bst b/doc/examples/filters/elements/foo.bst
index 72422d036..5f77fd1d4 100644
--- a/doc/examples/filters/elements/foo.bst
+++ b/doc/examples/filters/elements/foo.bst
@@ -1,15 +1,17 @@
-kind: local
+kind: import
-config:
- source:
- - kind: local
- path: files/foo/
+sources:
+- kind: local
+ path: files/foo/
+
+config:
+ target: /
public:
bst:
split-rules:
bar:
- - "foo/bar/*"
+ - "bar*"
baz:
- - "foo/baz/*"
+ - "baz*"