\n\n### Additional context\n\nVisiting the link directly in browser has same effect https://nuxt.com/docs/3.x/api/nuxt-config\n\n### Logs\n\n```shell-script\n\n```",[],1986,"nuxt.com","Docs link to `nuxt.config.ts` reference broken for v3","2025-07-21T20:09:10Z","https://github.com/nuxt/nuxt.com/issues/1986",0.6950782,{"description":3148,"labels":3157,"number":3159,"owner":3141,"repository":3141,"state":3142,"title":3152,"updated_at":3160,"url":3161,"score":3162},[3158],{"name":3138,"color":3139},32687,"2025-07-19T16:19:55Z","https://github.com/nuxt/nuxt/issues/32687",0.6951826,{"description":3164,"labels":3165,"number":3175,"owner":3141,"repository":3176,"state":3177,"title":3178,"updated_at":3179,"url":3180,"score":3181},"### Description\n\n**Feature Request: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation**\n\n**Description:**\nAdd a button to each component documentation page that allows users to copy the current page content in markdown format.\n\n**Problem:**\n- The full documentation text at ui.nuxt.com/llms-full.txt contains too much information when I only need documentation for specific components\n- GitHub raw files don't show the dynamic content visible on the actual documentation site\n- Need an easy way to copy specific component documentation for use in prompts to AI assistants\n\n**Proposed Solution:**\nAdd a \"Copy Page as Markdown\" button to each documentation page, similar to the implementation on https://modelcontextprotocol.io/introduction\n\n**User Benefit:**\nThis feature would let users easily copy specific component documentation to paste as additional context in AI prompts, improving the relevance and focus of AI assistance for Nuxt UI development.\n\n\n\n### Additional context\n\n_No response_",[3166,3169,3172],{"name":3167,"color":3168},"documentation","0075ca",{"name":3170,"color":3171},"enhancement","a2eeef",{"name":3173,"color":3174},"v3","49DCB8",3923,"ui","closed","Docs: Add \"Copy Page as Markdown\" Button to Nuxt UI v3 Documentation","2025-06-24T10:11:25Z","https://github.com/nuxt/ui/issues/3923",0.66647583,{"description":3183,"labels":3184,"number":3190,"owner":3141,"repository":3141,"state":3177,"title":3191,"updated_at":3192,"url":3193,"score":3194},"### Environment\n\nany\n\n### Reproduction\n\nhttps://nuxt.com/docs/bridge#update-nuxtconfig\n\n### Describe the bug\n\n☝🏽 \n\n### Additional context\n\nNuxt content only renders json error on this specific page\n\n### Logs\n\n_No response_",[3185,3187],{"name":3167,"color":3186},"5319e7",{"name":3188,"color":3189},"3.x","29bc7f",15705,"documentation(bug): nuxt content not rendering a doc page correctly","2023-01-19T18:20:14Z","https://github.com/nuxt/nuxt/issues/15705",0.67517,{"description":3196,"labels":3197,"number":3201,"owner":3141,"repository":3141,"state":3177,"title":3202,"updated_at":3203,"url":3204,"score":3205},"### Environment\n\non official web page of nuxt\r\n\r\nhttps://nuxt.com/docs/getting-started/seo-meta/\n\n### Reproduction\n\nlets find `interface MetaObject {` and see on properties \r\n\r\n\r\n\r\n\r\n\r\n\r\n\n\n### Describe the bug\n\nthere are no `?:` signs and spaces\r\n\r\nin markdown it is written correctly\r\n\r\n\r\n\r\nhttps://github.com/nuxt/framework/edit/main/docs/content/1.docs/1.getting-started/5.seo-meta.md\r\n\r\nso problem is in markdown processing probably, you can see html element\r\n\r\n\r\n\r\nSigns `?: ` (with space) should be processed do be displayed correctly.\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3198,3199,3200],{"name":3167,"color":3186},{"name":3188,"color":3189},{"name":3138,"color":3139},15544,"Bugged display of interfaces in nuxt docs (lacking ?: )","2023-01-19T17:53:51Z","https://github.com/nuxt/nuxt/issues/15544",0.68790174,{"description":3207,"labels":3208,"number":3210,"owner":3141,"repository":3141,"state":3177,"title":3211,"updated_at":3212,"url":3213,"score":3214},"### Environment\n\nTested on Firefox, Safari\n\n### Reproduction\n\nhttps://nuxt.com/docs/3.x/api/nuxt-config \n\n### Describe the bug\n\nThe v4 page looks correct, but when switching to v3 the page is empty\n\n\u003Cimg width=\"907\" height=\"404\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8e22ec06-f8e5-4287-8d41-ffd1d11ef61c\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3209],{"name":3138,"color":3139},32785,"docs: Nuxt config page is empty for the v3 docs","2025-07-28T08:53:09Z","https://github.com/nuxt/nuxt/issues/32785",0.69298244,{"description":3216,"labels":3217,"number":3219,"owner":3141,"repository":3141,"state":3177,"title":3220,"updated_at":3221,"url":3222,"score":3223},"### Environment\n\nStackblitz Nuxt 4\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-2kd99uue?file=app%2Fapp.vue\n\n### Describe the bug\n\nPages are not working. If you try to navigate to a page such as /about, it will not render, and you get the message:\n\n```\n WARN Create a Vue component in the pages/ directory to enable \u003CNuxtPage> \n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3218],{"name":3138,"color":3139},33043,"Pages is not working","2025-08-22T18:05:45Z","https://github.com/nuxt/nuxt/issues/33043",0.6979616,{"description":3225,"labels":3226,"number":3233,"owner":3141,"repository":3141,"state":3177,"title":3234,"updated_at":3235,"url":3236,"score":3237},"Hi,\r\nI'm using a custom-made vue static blog and I wish to migrate to nuxt to get a full static html generation.\r\n\r\nThe key is all the posts are made with markdown files, with some metadatas. And I’d like to avoid manually making vue files for each post.\r\n\r\nHow hard would it be to implement? For now I guess I must add a parser as a middleware and add a custom webpack directive to catch md files, am I right?\r\n\r\nThanks for your help!\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c341\">#c341\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3227,3230],{"name":3228,"color":3229},"question","cc317c",{"name":3231,"color":3232},"2.x","d4c5f9",396,"Using markdown as articles?","2023-01-18T15:38:50Z","https://github.com/nuxt/nuxt/issues/396",0.6979897,{"description":3239,"labels":3240,"number":3248,"owner":3141,"repository":3141,"state":3177,"title":3249,"updated_at":3250,"url":3251,"score":3252},"### Environment\n\nhttps://codesandbox.io/s/github/nuxt/starter/tree/v3-codesandbox/?file=/nuxt.config.ts\r\n\n\n### Reproduction\n\nOpen code sandbox from documentation listed as example of https://nuxt.com/docs/guide/concepts/vuejs-development\r\n\r\ngo to nuxt.config comment link and see broken link\n\n### Describe the bug\n\nThe link provided in the comments of nuxt.congif is wrong and should be updated to `https://nuxt.com/docs/guide/directory-structure/nuxt.config`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3241,3244,3245],{"name":3242,"color":3243},"good first issue","fbca04",{"name":3188,"color":3189},{"name":3246,"color":3247},"🧹 p1-chore","FEF2C0",12477,"Update Nuxt documentation link in code sandbox","2023-01-19T16:06:26Z","https://github.com/nuxt/nuxt/issues/12477",0.7029073,["Reactive",3254],{},["Set"],["ShallowReactive",3257],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fnmU0EiAOAP9cJDNglDV8kNWppW-NygTDZ0fk_wWar7o":-1},"/nuxt/nuxt.com/2013"]