Skip to content

Commit 224a199

Browse files
committed
feat(schema): polish schema
1 parent 20723d2 commit 224a199

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

nuxt.schema.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ export default defineNuxtConfigSchema({
7272
*/
7373
medium: ''
7474
},
75-
75+
/**
76+
* Aside navigation configuration
77+
*
78+
* @studio-icon fluent:document-page-24-regular
79+
*/
7680
aside: {
7781
/**
7882
* The level to which the navigation should be scaled.
@@ -92,6 +96,11 @@ export default defineNuxtConfigSchema({
9296
*/
9397
exclude: []
9498
},
99+
/**
100+
* Header configuration
101+
*
102+
* @studio-icon fluent:document-header-24-regular
103+
*/
95104
header: {
96105
/**
97106
* Title to be displayed in header or as aria-label if logo is defined
@@ -123,6 +132,11 @@ export default defineNuxtConfigSchema({
123132
*/
124133
exclude: []
125134
},
135+
/**
136+
* Footer configuration
137+
*
138+
* @studio-icon fluent:document-footer-24-regular
139+
*/
126140
footer: {
127141
/**
128142
* Credits configuration

0 commit comments

Comments
 (0)