From b8e487a50b27a2504abd472bb8276ba03063efb6 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Sat, 5 Apr 2025 17:04:59 +0200 Subject: docs: add `credits` type to configuration reference (#3034) --- docs/src/content/docs/reference/configuration.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/content/docs/reference/configuration.mdx b/docs/src/content/docs/reference/configuration.mdx index 43f8fb64..62107d8c 100644 --- a/docs/src/content/docs/reference/configuration.mdx +++ b/docs/src/content/docs/reference/configuration.mdx @@ -647,6 +647,9 @@ See the [Plugins Reference](/reference/plugins/) for details about creating your ### `credits` +**type:** `boolean` +**default:** `false` + Enable displaying a “Built with Starlight” link in your site’s footer. ```js -- cgit