Skip to content

Commit b36af18

Browse files
committed
Adjusted meta file documentation
1 parent 391e30c commit b36af18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ The following configuration options are available:
5353

5454
[`meta_file`](#+meta.meta_file){ #+meta.meta_file }
5555

56-
: :octicons-milestone-24: Default: `**/.meta.yml` – This option specifies the
56+
: :octicons-milestone-24: Default: `.meta.yml` – This option specifies the
5757
name of the meta files that the plugin should look for. The default setting
5858
assumes that meta files are called `.meta.yml`:
5959

6060
``` yaml
6161
plugins:
6262
- meta:
63-
meta_file: '**/.meta.yml' # (1)!
63+
meta_file: .meta.yml # (1)!
6464
```
6565

6666
1. Note that it's strongly recommended to prefix meta files with a `.`,

0 commit comments

Comments
 (0)