Skip to content

Commit

Permalink
feat(schema): polish schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Dec 16, 2022
1 parent 20723d2 commit 224a199
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion nuxt.schema.ts
Expand Up @@ -72,7 +72,11 @@ export default defineNuxtConfigSchema({
*/
medium: ''
},

/**
* Aside navigation configuration
*
* @studio-icon fluent:document-page-24-regular
*/
aside: {
/**
* The level to which the navigation should be scaled.
Expand All @@ -92,6 +96,11 @@ export default defineNuxtConfigSchema({
*/
exclude: []
},
/**
* Header configuration
*
* @studio-icon fluent:document-header-24-regular
*/
header: {
/**
* Title to be displayed in header or as aria-label if logo is defined
Expand Down Expand Up @@ -123,6 +132,11 @@ export default defineNuxtConfigSchema({
*/
exclude: []
},
/**
* Footer configuration
*
* @studio-icon fluent:document-footer-24-regular
*/
footer: {
/**
* Credits configuration
Expand Down

0 comments on commit 224a199

Please sign in to comment.