Replies: 1 comment
-
Some more context for this: I'm trying to use markdown files for my documentation. I've been testing multiple methods for including the components in the md files and none of them seem to be working. For example: I've been trying to include this component from my extended layer: /components/page/section. It works just fine in any of my .vue pages as .... This doesn't work in the .md pages. I've also tried ::pagesection, ::page-section, and ::section. I would like to use the content module but it seems very limited if I can't document and show components from an extended layer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a large number of components for use in apps created by other devs in my organization. These components are in a Nuxt layer that can be installed as a private NPM package and extended by the apps. Works great, solved so many issues we were having. I want to create documentation for how to use our components and Nuxt Content seems perfect for that.
The issue is I can't figure out how to use the components from the extended layer in Nuxt Content. I don't want to copy them all to components/content or components/global, because that would defeat the purpose of an extended layer. How can I get Nuxt Content to use the components from an extended layer?
Beta Was this translation helpful? Give feedback.
All reactions