From 224a19963f3b79fb17863af7b31dabdffffa3b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Fri, 16 Dec 2022 04:00:12 +0100 Subject: [PATCH] feat(schema): polish schema --- nuxt.schema.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/nuxt.schema.ts b/nuxt.schema.ts index 789b26b84..c6e81f84e 100644 --- a/nuxt.schema.ts +++ b/nuxt.schema.ts @@ -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. @@ -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 @@ -123,6 +132,11 @@ export default defineNuxtConfigSchema({ */ exclude: [] }, + /** + * Footer configuration + * + * @studio-icon fluent:document-footer-24-regular + */ footer: { /** * Credits configuration