\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?",[2920],{"name":2879,"color":2880},91,"feat: support custom pages","2025-01-23T02:08:27Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/91",0.76550066,{"description":2927,"labels":2928,"number":2930,"owner":2868,"repository":2882,"state":2903,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### Describe the feature\n\nOn mobile screen TOC or on my case (Daftar Isi) show on home page, \n\n\u003Cimg width=\"386\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/478bea58-94ae-4841-bc1f-675ca7020ef6\" />\n\nIt would be nice to be given the choice to appear on the homepage or not, or deleted for the index or home page section\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?",[2929],{"name":2879,"color":2880},103,"feat: Disable TOC on home page in mobile screen","2025-02-15T15:29:25Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/103",0.77304995,{"description":2936,"labels":2937,"number":2941,"owner":2868,"repository":2882,"state":2903,"title":2942,"updated_at":2943,"url":2944,"score":2945},"@ZTL-UwU how can I customize the URL as well\n\nThe path is always top level section and then the children like getting-started/introduction \n\nCan I have like a docs/introduction, docs/components/bento-grid\n\nThis is so that the breadcrumb I'll customize will tally with the URL as well",[2938],{"name":2939,"color":2940},"❓ question","C5DEF5",37,"How to customize URL","2024-10-12T04:42:18Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/37",0.8045276,{"description":2947,"labels":2948,"number":2950,"owner":2868,"repository":2882,"state":2903,"title":2951,"updated_at":2952,"url":2953,"score":2954},"On mobile there is no page table of contents (only list of pages and the nav). Not sure if this is a stylistic choice or if somebody forgot something.",[2949],{"name":2939,"color":2940},43,"No mobile TOC","2024-10-24T14:25:10Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/43",0.8238074,{"description":2956,"labels":2957,"number":2959,"owner":2868,"repository":2882,"state":2903,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Describe the feature\n\n\n\nCurrently, only the homepage renders as a full-width single page template. However, all other pages on the site are constrained to the documentation layout.\n\n**Feature Request:**\n\nI propose allowing the use of the full-width template to other pages on the website using a frontmatter parameter. This will allow for greater design flexibility.\n\n**Example:**\n\n```md\n---\n# /content/example.md\ntitle: Example\nnavigation: false\nfullpage: true\n---\n\n::hero\n---\n...\n---\n```\n\nWill render like the homepage. What do you think ?\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?",[2958],{"name":2879,"color":2880},111,"feat: Allow other pages to use full width template like the homepage","2025-03-05T10:49:38Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/111",0.82405293,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f750iSsSqpiAkIe-dcFsUxj7ZEaE5n-R5VYQLROmsN2o":-1},"/ZTL-UwU/shadcn-docs-nuxt/44"]