\n \u003CLayoutBanner v-if=\"config.banner.enable\" />\n \u003CLayoutHeader />\n\n \u003Cdiv v-if=\"route.path !== '/'\" class=\"min-h-screen border-b\">\n \u003Cdiv\n class=\"flex-1 items-start px-4 md:grid md:gap-6 md:px-8 lg:gap-10\"\n :class=\"[\n config.main.padded && 'container',\n (page.aside ?? true) && 'md:grid-cols-[220px_minmax(0,1fr)] lg:grid-cols-[240px_minmax(0,1fr)]',\n ]\"\n >\n \u003Caside v-if=\"page.aside ?? true\" class=\"fixed top-[102px] z-30 -ml-2 hidden h-[calc(100vh-3.5rem)] w-full shrink-0 overflow-y-auto md:sticky md:top-[60px] md:block\">\n \u003CLayoutAside :is-mobile=\"false\" />\n \u003C/aside>\n \u003CNuxtPage />\n \u003C/div>\n \u003C/div>\n \u003CNuxtPage v-else />\n\n \u003CToaster />\n \u003CLayoutFooter />\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nimport Toaster from '@/components/ui/toast/Toaster.vue';\n\nconst { page } = useContent();\nconst config = useConfig();\nconst route = useRoute();\nconst { themeClass, radius } = useThemes();\n\nuseSeoMeta({\n description: config.value.site.description,\n ogDescription: config.value.site.description,\n twitterCard: 'summary_large_image',\n});\n\nuseServerHead({\n bodyAttrs: {\n class: themeClass.value,\n style: `--radius: ${radius.value}rem;`,\n },\n});\n\u003C/script>\n```\nThis only checks for the homepage. I hope it can apply to all files under the pages folder. Simply doing this would work:\n\n```diff\n- \u003Cdiv v-if=\"route.path !== '/'\" class=\"min-h-screen border-b\">\n+ \u003Cdiv v-if=\"page\" class=\"min-h-screen border-b\">\n```\n\nI don't know if this can be implemented this way. If it can, I am willing to provide a PR.\n\nThank you!\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?",[2925],{"name":2871,"color":2872},91,"feat: support custom pages","2025-01-23T02:08:27Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/91",0.7447862,{"description":2932,"labels":2933,"number":2935,"owner":2860,"repository":2861,"state":2862,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Describe the feature\n\nIt will be nice if we have a blog section with the docs...\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2934],{"name":2871,"color":2872},66,"feat: Blog section","2024-12-09T15:04:15Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/66",0.74556315,{"description":2941,"labels":2942,"number":2944,"owner":2860,"repository":2861,"state":2862,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Describe the feature\r\n\r\nWhat the title says. Add an option for a hero image/video to the right of the hero.\r\n\r\nImage can be placed above the hero on mobile.\r\n\r\n### Additional information\r\n\r\n- [ ] Would you be willing to help implement this feature?",[2943],{"name":2871,"color":2872},59,"feat: heroImage option for heroAlt","2024-12-01T11:59:54Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/59",0.7493631,{"description":2950,"labels":2951,"number":2953,"owner":2860,"repository":2861,"state":2862,"title":2954,"updated_at":2955,"url":2956,"score":2957},"### Describe the feature\n\nAre there any plans to add support for internationalization or is there a way to do this currently?\n\nex in starlight: https://starlight.astro.build/guides/i18n/\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2952],{"name":2871,"color":2872},95,"feat: i18n","2025-03-22T04:49:29Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/95",0.7504135,["Reactive",2959],{},["Set"],["ShallowReactive",2962],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWab4bhVWL1c1iUWrLjlJJUIcBgeyJmHMHY9TXHIcb5o":-1},"/ZTL-UwU/shadcn-docs-nuxt/115"]