Rendering API Markdown Docs from S3 in Next.js — Best Practices?
Unanswered
Fred posted this in #help-forum
FredOP
I’m working on a Next.js App Router project where I fetch Markdown files from S3. These .md files are auto-generated by JSDoc (via documentation.js) and include API docs, code snippets, tables, and nested headings. What’s the best way to render them nicely in the app?