From fbd4d9a74efdd905dd0d6c982056428147dae952 Mon Sep 17 00:00:00 2001 From: Ricardo Ambrogi Date: Fri, 7 Mar 2025 09:07:10 +0100 Subject: [PATCH] Update configuration.md Correct `title` to `name`. I'm unsure if `title` is also accepted, I haven't tested it. Please close this PR if this fix is not valid. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8944dca..2acd883 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -356,7 +356,7 @@ pages: ### Properties | Name | Type | Required | Default | | ---- | ---- | -------- | ------- | -| title | string | yes | | +| name | string | yes | | | slug | string | no | | | width | string | no | | | center-vertically | boolean | no | false |