From 005fc7a765340f46e5d48666fd439f10fc1b5c18 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Mon, 28 Feb 2022 15:28:44 -0800 Subject: [PATCH] docs(integrations): add link to mdbook-mermaid `mdbook` is the de facto standard tool for Rust documentation. It supports third-party plugins, one of which is mdbook-mermaid. See: https://github.com/rust-lang/mdBook/wiki/Third-party-plugins --- docs/integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations.md b/docs/integrations.md index c061d8c6a..39f1a9aeb 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -141,6 +141,8 @@ They also serve as proof of concept, for the variety of things that can be built - [Docsy Hugo Theme](https://www.docsy.dev/docs/adding-content/lookandfeel/#diagrams-with-mermaid) (Native support in theme) - [Codedoc](https://codedoc.cc/) - [codedoc-mermaid-plugin](https://www.npmjs.com/package/codedoc-mermaid-plugin) +- [mdbook](https://rust-lang.github.io/mdBook/index.html) + - [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid) ## Browser Extensions