From b36af187a8d4eecf9e55a836799752269313c2f0 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 11 Sep 2023 10:58:27 +0200 Subject: [PATCH] Adjusted meta file documentation --- docs/reference/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index 3e9edefbb..13e74e6be 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -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 `.`,