File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments