Skip to content

Commit

Permalink
chore: rename icons to iconsLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Dec 7, 2022
1 parent 84c4967 commit be04cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .docs/content/1.introduction/4.configuration.md
Expand Up @@ -99,10 +99,10 @@ export default defineAppConfig({
| `footer.credits` | `object` | | An object defining the bottom left credits |
| `footer.credits.icon` | `object` | | The icon to use for the credits |
| `footer.credits.text` | `object` | | The text to use for the credits |
| `footer.icons` | `array` | `[]` | An array of icons to display in the footer |
| `footer.icons[0].label` | `array` | | A label to use for the icon |
| `footer.icons[0].href` | `array` | | A link to use for the icon |
| `footer.icons[0].icon` | `array` | | The icon to use (can be a component name) |
| `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) |
| **GitHub** | | | |
| `github` | `object` | `false` | GitHub integration configuration |
| `github.edit` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages |
Expand Down
2 changes: 1 addition & 1 deletion app.config.ts
Expand Up @@ -78,7 +78,7 @@ export default defineAppConfig({
/**
* Icons to be added to Social Icons in footer.
*/
icons: []
iconLinks: []
}
}
})
Expand Down

0 comments on commit be04cc9

Please sign in to comment.