The components are not rendering properly | Nuxt Content
I'm building a kind of CMR and I want it to include a documentation section, so I decided to use https://content.nuxt.com/templates/docs
and based it on their GitHub repository https://github.com/nuxt-ui-templates/docs/tree/main
. I adapted the project so that all the documentation is located under the /docs route (that was the only major change from the original version.)
Everything works fine, but the only issue I'm experiencing is that in the .md files, a couple of components don’t render correctly, and I can’t figure out why.
For a specific example , on the /docs route there should be a code example visible, but it doesn’t appear as it does in the Nuxt preview.
Here’s my repository: https://github.com/MoraTellez/net
Although I suspect it could be an issue with a package, such as Nuxt UI or Nuxt Content, no errors appear. I’d really appreciate any help
and based it on their GitHub repository https://github.com/nuxt-ui-templates/docs/tree/main
. I adapted the project so that all the documentation is located under the /docs route (that was the only major change from the original version.)
Everything works fine, but the only issue I'm experiencing is that in the .md files, a couple of components don’t render correctly, and I can’t figure out why.
For a specific example , on the /docs route there should be a code example visible, but it doesn’t appear as it does in the Nuxt preview.
Here’s my repository: https://github.com/MoraTellez/net
Although I suspect it could be an issue with a package, such as Nuxt UI or Nuxt Content, no errors appear. I’d really appreciate any help



GitHub
Nuxt Docs Template made with Nuxt UI and Nuxt Content. - nuxt-ui-templates/docs
GitHub
Contribute to MoraTellez/net development by creating an account on GitHub.

