diff options
author | HiDeoo | 2025-04-05 17:04:59 +0200 |
---|---|---|
committer | GitHub | 2025-04-05 17:04:59 +0200 |
commit | b8e487a50b27a2504abd472bb8276ba03063efb6 (patch) | |
tree | 19161bd8246376b2d6eb788f1b5ff6b50d771322 | |
parent | 188b8cfa8ad8761365b8b557c4b9fea671050ed6 (diff) | |
download | IT.starlight-b8e487a50b27a2504abd472bb8276ba03063efb6.tar.gz IT.starlight-b8e487a50b27a2504abd472bb8276ba03063efb6.tar.bz2 IT.starlight-b8e487a50b27a2504abd472bb8276ba03063efb6.zip |
docs: add `credits` type to configuration reference (#3034)
-rw-r--r-- | docs/src/content/docs/reference/configuration.mdx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |