\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":2857,"color":2858},91,"feat: support custom pages","2025-01-23T02:08:27Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/91",0.77848434,{"description":2927,"labels":2928,"number":2930,"owner":2860,"repository":2861,"state":2895,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### 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?",[2929],{"name":2857,"color":2858},95,"feat: i18n","2025-03-22T04:49:29Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/95",0.788667,{"description":2936,"labels":2937,"number":2941,"owner":2860,"repository":2861,"state":2895,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Environment\n\n System:\n OS: Windows 10 10.0.19045\n CPU: (16) x64 AMD Ryzen 7 7800X3D 8-Core Processor\n Memory: 32.54 GB / 63.22 GB\n Binaries:\n Node: 22.13.1 - C:\\Program Files\\nodejs\\node.EXE\n Yarn: 1.22.22 - ~\\AppData\\Roaming\\npm\\yarn.CMD\n npm: 10.9.2 - C:\\Program Files\\nodejs\\npm.CMD\n pnpm: 10.2.0 - ~\\AppData\\Local\\pnpm\\pnpm.EXE\n Browsers:\n Edge: Chromium (127.0.2651.74)\n Internet Explorer: 11.0.19041.4355\n npmPackages:\n nuxt: ^3.15.4 => 3.15.4\n shadcn-docs-nuxt: ^0.8.14 => 0.8.14\n vue: ^3.5.13 => 3.5.13\n\n\n### Describe the bug\n\nHello. I use `shadcn-docs-nuxt` on github pages. When I run locally it works perfectly fine:\n\n\n\nBut after publishing on GitHub pages, toc start rendering at bottom. \n\n\n\nI was able to fix that issue by adding `grid-auto-flow` to main, but I do not like that workaround.\n\n```css\nmain {\n grid-auto-flow: column;\n}\n```\n\n### Reproduction\n\nMy actions and website can be found [here](https://github.com/untrustedmodders/untrustedmodders.github.io)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2938],{"name":2939,"color":2940},"🐞 bug","FBCA04",115,"bug: The top is not in the right place after build.","2025-03-13T04:48:49Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/115",0.8054638,{"description":2947,"labels":2948,"number":2950,"owner":2860,"repository":2861,"state":2895,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### Describe the feature\n\nCan you add the feature for displaying code lines, tks~\r\n\u003Cimg width=\"819\" alt=\"image\" src=\"https://github.com/user-attachments/assets/09be7981-1fed-4e73-9e82-b1e91644b32c\">\r\n\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2949],{"name":2857,"color":2858},55,"feat: Add code lines","2024-11-20T15:03:06Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/55",0.8112029,["Reactive",2956],{},["Set"],["ShallowReactive",2959],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fXnxkchn6Kbms7dI1PQQgaqk5eau7MwgXlQdgxqvz4zQ":-1},"/ZTL-UwU/shadcn-docs-nuxt/94"]