Skip to content

Commit

Permalink
docs: fix iconLink type
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 14, 2022
1 parent 6c9e78b commit 3e054be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docs/content/1.introduction/4.configuration.md
Expand Up @@ -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 |
Expand Down

1 comment on commit 3e054be

@vercel
Copy link

@vercel vercel bot commented on 3e054be Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.