GitHub pages does not support mermaid diagrams, so to fix this, I:
Made a screenshot of the mermaid diagram
Added it to the repo and added an image tag to display it
Commented out the original mermaid code. If you need to modify it, uncomment it and make your changes, then take a screenshot and save it as docs/images/toolchain-diagram.png.
You will have to change all occurrences of ~~> to --> before making your changes, and then change back the occurrences within the mermaid code before committing.
GitHub pages does not support mermaid diagrams, so to fix this, I:
docs/images/toolchain-diagram.png
.~~>
to-->
before making your changes, and then change back the occurrences within the mermaid code before committing.