1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Adjusted meta file documentation

This commit is contained in:
squidfunk 2023-09-11 10:58:27 +02:00
parent 391e30c6fe
commit b36af187a8
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -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 `.`,