From 3e054be6ccbff0fabbbea2c28f62320f5a33194b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 14 Dec 2022 13:32:22 +0100 Subject: [PATCH] docs: fix iconLink type --- .docs/content/1.introduction/4.configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.docs/content/1.introduction/4.configuration.md b/.docs/content/1.introduction/4.configuration.md index 7ffc512e2..4c8e5c21f 100644 --- a/.docs/content/1.introduction/4.configuration.md +++ b/.docs/content/1.introduction/4.configuration.md @@ -100,9 +100,9 @@ export default defineAppConfig({ | `footer.credits.icon` | `object` | | The icon to use for the credits | | `footer.credits.text` | `object` | | The text to use for the credits | | `footer.iconLinks` | `array` | `[]` | An array of icons to display in the footer | -| `footer.iconLinks[0].label` | `array` | | A label to use for the icon | -| `footer.iconLinks[0].href` | `array` | | A link to use for the icon | -| `footer.iconLinks[0].icon` | `array` | | The icon to use (can be a component name) | +| `footer.iconLinks[0].label` | `string` | | A label to use for the icon | +| `footer.iconLinks[0].href` | `string` | | A link to use for the icon | +| `footer.iconLinks[0].icon` | `string` | | The icon to use (can be a component name) | | **GitHub** | | | | | `github` | `object` | `false` | GitHub integration configuration | | `github.edit` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |