\n )}\n\n \u003Ch2 style={{ marginTop: 0 }}>{title}\u003C/h2>\n\n \u003Cul style={{ listStyle: 'none', padding: 0, margin: 0 }}>\n {fields.map(({ label, value }, index) => (\n \u003Cli key={index} style={{ marginBottom: '0.5rem' }}>\n \u003Cstrong>{label}:\u003C/strong> {value}\n \u003C/li>\n ))}\n \u003C/ul>\n \u003C/div>\n );\n}\n```\nand import\n\n```mdx\n---\ntitle: \"Helly Riggs\"\n---\n\nimport InfoBox from './InfoBox.jsx'\n\n# Helly Riggs\n\n\u003CInfoBox\n title=\"Helly Riggs\"\n image=\"/images/helly-riggs.jpg\"\n alt=\"Imagem da personagem Helly Riggs\"\n fields={[\n { label: 'Also Known As', value: 'Helly R., Helly Riggs' },\n { label: 'Portrayed By', value: 'Britt Lower' },\n { label: 'Occupation', value: 'Macrodata Refiner at Lumon Industries' },\n { label: 'Status', value: 'Severed, Alive' },\n { label: 'First Appearance', value: 'Good News About Hell' }\n ]}\n/>\n\n```\n",[],107,"Custom Component","2025-02-16T03:36:23Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/107",0.78309214,{"description":2911,"labels":2912,"number":2914,"owner":2862,"repository":2863,"state":2874,"title":2915,"updated_at":2876,"url":2916,"score":2917},"### Describe the feature\n\nIt would be nice to have the collapse option for individual folders.\r\n\r\n## Example\r\n\r\napp.config.ts\r\n```ts\r\naside: {\r\n collapse: true,\r\n}\r\n```\r\n\r\n_dir.yml\r\n```yml\r\ntitle: Configuration\r\ncollapse: false\r\n```\r\n\r\n\r\n\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2913],{"name":2857,"color":2858},50,"feat: add collapse option to individual folder","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/50",0.7831816,{"description":2919,"labels":2920,"number":1662,"owner":2862,"repository":2863,"state":2874,"title":2921,"updated_at":2922,"url":2923,"score":2924},"Hello Tony Zhang,\r\n\r\nthanks for your impressing work here!\r\nI am searching for a robust starting-point to make shadcn-vue go the nuxt way - and your project seems very promising.\r\nI understand your motivation as well. The paid nuxt ui pro can be blocking as any commercial licencing ...\r\n\r\nAs soon as we don't have the thing licensed clearly under an OpenSource-license trouble might arise sooner or later.\r\n\r\nMy simple question: Do you need to make this argument, that it is 'too much to pay' for nuxt ui pro? To me this sounds somehow aggressive.\r\n\r\nI think it is absolutely enough motivation to have a \"completely open-sourced fully-fledged docs-template based on shadcn\".\r\n\r\nIt's just an opinion though - keep up the good work!!\r\nHans",[],"Motivation","2025-02-17T05:12:25Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/11",0.7840404,{"description":2926,"labels":2927,"number":2031,"owner":2862,"repository":2863,"state":2874,"title":2928,"updated_at":2929,"url":2930,"score":2931},"Fresh install using the command `npx nuxi@latest init nuxtfast -t github:ZTL-UwU/shadcn-docs-nuxt-starter` and then running `npm run dev` errors. The page loads for a split second, then errors with `Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue`\r\n\r\n\r\n\r\n\r\n",[],"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue","2024-06-25T12:34:04Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/9",0.7870225,{"description":2933,"labels":2934,"number":2935,"owner":2862,"repository":2863,"state":2874,"title":2936,"updated_at":2937,"url":2938,"score":2939},"Hi,\r\n\r\nHow to add localization?\r\n",[],33,"How to add localization?","2024-10-06T09:23:05Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/33",0.78983086,{"description":2941,"labels":2942,"number":2944,"owner":2862,"repository":2863,"state":2874,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### 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```",[2943],{"name":2891,"color":2892},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.80524486,["Reactive",2950],{},["Set"],["ShallowReactive",2953],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fbj_lvNsH4v0LMXC_1ADrA3ZGLxztGIwLkiqPKNsFLB0":-1},"/ZTL-UwU/shadcn-docs-nuxt/81"]