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 |