Next.js Discord

Discord Forum

Rendering API Markdown Docs from S3 in Next.js — Best Practices?

Unanswered
Fred posted this in #help-forum
Open in Discord
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?

0 Replies