alcpereira / 100hunters

Let's goooo
6 stars 11 forks source link

Mermaid diagram in MD #45

Open alcpereira opened 1 month ago

alcpereira commented 1 month ago

Description

We are currently using Mermaid to generate the Database schema images for docs. It's a bit overkill for 2 PNGs, and it includes some heavy dependencies (puppeteer).

We could either use npx (or in the future pnpm dlx) to use Mermaid. Or just use Github Markdown syntax to include Mermaid diagrams directly.

The 2nd option seems the best, ideally we could still have a separate .mmd file and just import it in the docs (to be checked). Otherwise just move the whole mermaid content to the docs/database.md

ACs