Can Nuxt Content be used to handle markdown content coming from an API ? #1650
Unanswered
OptiZonion
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
I would also like to know this, did you ever find out @dannybiker? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
New V2 supports multi sources, and not just local content folder. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to setup a project that will process API Documentations in markdown to display them to the user. I'm using Nuxt and after fiddling with existing solutions (AsciiDoctorJS, VuePress, etc), I encountered Nuxt Content which might match my needs.
The issue is that all of the solutions I've found, including Nuxt Content, always rely on local static files : MD files are stored in a fixed path that is being monitored by the solution. However, in my case, the MD files are stored in a database that is being queried using a REST API. In that configuration, I can't really make it work as intended. I've encountered beginning of solutions on the internet but nothing too conclusive.
I'm no front-end or Nuxt expert (pretty much not an expert in anything really) but what I want to know if is it feasible and if so, how to achieve, conceptually ? Because whatever I try with the asyncData fetching method, it's not working as soon as I try to load a content that is not local.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions