mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01:00
Adjusted meta file documentation
This commit is contained in:
parent
391e30c6fe
commit
b36af187a8
@ -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 `.`,
|
||||||
|
Loading…
Reference in New Issue
Block a user