Adjusted meta file documentation

This commit is contained in:
squidfunk
2023-09-11 10:58:27 +02:00
parent 391e30c6fe
commit b36af187a8

View File

@@ -53,14 +53,14 @@ The following configuration options are available:
[`meta_file`](#+meta.meta_file){ #+meta.meta_file } [`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 name of the meta files that the plugin should look for. The default setting
assumes that meta files are called `.meta.yml`: assumes that meta files are called `.meta.yml`:
``` yaml ``` yaml
plugins: plugins:
- meta: - meta:
meta_file: '**/.meta.yml' # (1)! meta_file: .meta.yml # (1)!
``` ```
1. Note that it's strongly recommended to prefix meta files with a `.`, 1. Note that it's strongly recommended to prefix meta files with a `.`,