Skip to content

Commit

Permalink
Adjusted meta file documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 11, 2023
1 parent 391e30c commit b36af18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ The following configuration options are available:

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

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

``` yaml
plugins:
- meta:
meta_file: '**/.meta.yml' # (1)!
meta_file: .meta.yml # (1)!
```

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

0 comments on commit b36af18

Please sign in to comment.