AlanK
Results
3
comments of
AlanK
Any movement on this?
Same here. I've just used the Quickstart directions to create a new project and am getting a 404 on ```http://localhost:5173/docs/first-category/```
First I did `npm install -D mermaid` Then in `src/kit-docs/MermaidDiagram.svelte` I have: ``` import { onMount } from 'svelte'; import mermaid from 'mermaid'; export let mermaidOptions = {}; mermaid.initialize(mermaidOptions); onMount(()...