Hi 👋🏻
I was installing docus in my existing layer based nuxt project and noticed it doesn't support layers yet.
I added layers/docs/content/getting-started.md and I got 404.
Here's directory structure I'll have:
nuxt.config.ts
layers
docs
nuxt.config.ts
content/docs/1.getting-started/introduction.md
blog
nuxt.config.ts
content/blog/why-nuxt-layers-are-revolutionary.md
I guess once we add layers scanning if content lies in multiple layers it'll get picked up correctly as shown in above directory structure.
Hi 👋🏻
I was installing docus in my existing layer based nuxt project and noticed it doesn't support layers yet.
I added
layers/docs/content/getting-started.mdand I got 404.Here's directory structure I'll have:
nuxt.config.tslayersdocsnuxt.config.tscontent/docs/1.getting-started/introduction.mdblognuxt.config.tscontent/blog/why-nuxt-layers-are-revolutionary.mdI guess once we add layers scanning if content lies in multiple layers it'll get picked up correctly as shown in above directory structure.