`Help center`
Guys, I want to build a
Help Center
(a page where users find answers to questions like how to log in, block a user, UI questions, terms of service, privacy etc.) with Nuxt 3, and I have the following requirements:
i18n support
Markdown file based with directory support tree (content/en/troubleshooting/how-to-disable-x.md
)
Search articles by title or description
Is there any Nuxt 3 module that would allow me to build this as fast as possible? I looked at @nuxt/content
, but it seems very complex bad choice, even from the docs -_-. So, I’m not sure what the least time consuming approach would be, without wasting time reinventing the wheel...6 Replies
nuxt content seems to be the easiest there actually
I was afraid to see this answer haha. But at this point, I’ll have to really dive into the docs until I figure it out
The good part is, just try it and get up & going. It isn't super complicated luckily
I hope so, because, my example is a bit complex, to start with
then start with, let's say, no i18n
and "upgrade" step by step
I will try my best, thanks