mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge pull request #4374 from remcohaszing/add-integrations
Add integrations
This commit is contained in:
commit
a226b073a0
@ -67,6 +67,7 @@
|
|||||||
"matthieu",
|
"matthieu",
|
||||||
"mdast",
|
"mdast",
|
||||||
"mdbook",
|
"mdbook",
|
||||||
|
"mermaidjs",
|
||||||
"mermerd",
|
"mermerd",
|
||||||
"mindaugas",
|
"mindaugas",
|
||||||
"mindmap",
|
"mindmap",
|
||||||
@ -86,6 +87,7 @@
|
|||||||
"rect",
|
"rect",
|
||||||
"rects",
|
"rects",
|
||||||
"redmine",
|
"redmine",
|
||||||
|
"rehype",
|
||||||
"roledescription",
|
"roledescription",
|
||||||
"sandboxed",
|
"sandboxed",
|
||||||
"setupgraphviewbox",
|
"setupgraphviewbox",
|
||||||
|
@ -147,8 +147,12 @@ They also serve as proof of concept, for the variety of things that can be built
|
|||||||
|
|
||||||
- [Sphinx](https://www.sphinx-doc.org/en/master/)
|
- [Sphinx](https://www.sphinx-doc.org/en/master/)
|
||||||
- [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid)
|
- [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid)
|
||||||
- [remark.js](https://remark.js.org/)
|
- [remark](https://remark.js.org/)
|
||||||
- [remark-mermaid](https://github.com/temando/remark-mermaid)
|
- [remark-mermaidjs](https://github.com/remcohaszing/remark-mermaidjs)
|
||||||
|
- [rehype](https://github.com/rehypejs/rehype)
|
||||||
|
- [rehype-mermaidjs](https://github.com/remcohaszing/rehype-mermaidjs)
|
||||||
|
- [Gatsby](https://www.gatsbyjs.com/)
|
||||||
|
- [gatsby-remark-mermaid](https://github.com/remcohaszing/gatsby-remark-mermaid)
|
||||||
- [jSDoc](https://jsdoc.app/)
|
- [jSDoc](https://jsdoc.app/)
|
||||||
- [jsdoc-mermaid](https://github.com/Jellyvision/jsdoc-mermaid)
|
- [jsdoc-mermaid](https://github.com/Jellyvision/jsdoc-mermaid)
|
||||||
- [MkDocs](https://www.mkdocs.org)
|
- [MkDocs](https://www.mkdocs.org)
|
||||||
@ -189,6 +193,7 @@ They also serve as proof of concept, for the variety of things that can be built
|
|||||||
- [bisheng-plugin-mermaid](https://github.com/yct21/bisheng-plugin-mermaid)
|
- [bisheng-plugin-mermaid](https://github.com/yct21/bisheng-plugin-mermaid)
|
||||||
- [Reveal CK](https://github.com/jedcn/reveal-ck)
|
- [Reveal CK](https://github.com/jedcn/reveal-ck)
|
||||||
- [reveal-ck-mermaid-plugin](https://github.com/tmtm/reveal-ck-mermaid-plugin)
|
- [reveal-ck-mermaid-plugin](https://github.com/tmtm/reveal-ck-mermaid-plugin)
|
||||||
|
- [mermaid-isomorphic](https://github.com/remcohaszing/mermaid-isomorphic)
|
||||||
- [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server)
|
- [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server)
|
||||||
- [ExDoc](https://github.com/elixir-lang/ex_doc)
|
- [ExDoc](https://github.com/elixir-lang/ex_doc)
|
||||||
- [Rendering Mermaid graphs](https://github.com/elixir-lang/ex_doc#rendering-mermaid-graphs)
|
- [Rendering Mermaid graphs](https://github.com/elixir-lang/ex_doc#rendering-mermaid-graphs)
|
||||||
|
@ -141,8 +141,12 @@ They also serve as proof of concept, for the variety of things that can be built
|
|||||||
|
|
||||||
- [Sphinx](https://www.sphinx-doc.org/en/master/)
|
- [Sphinx](https://www.sphinx-doc.org/en/master/)
|
||||||
- [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid)
|
- [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid)
|
||||||
- [remark.js](https://remark.js.org/)
|
- [remark](https://remark.js.org/)
|
||||||
- [remark-mermaid](https://github.com/temando/remark-mermaid)
|
- [remark-mermaidjs](https://github.com/remcohaszing/remark-mermaidjs)
|
||||||
|
- [rehype](https://github.com/rehypejs/rehype)
|
||||||
|
- [rehype-mermaidjs](https://github.com/remcohaszing/rehype-mermaidjs)
|
||||||
|
- [Gatsby](https://www.gatsbyjs.com/)
|
||||||
|
- [gatsby-remark-mermaid](https://github.com/remcohaszing/gatsby-remark-mermaid)
|
||||||
- [jSDoc](https://jsdoc.app/)
|
- [jSDoc](https://jsdoc.app/)
|
||||||
- [jsdoc-mermaid](https://github.com/Jellyvision/jsdoc-mermaid)
|
- [jsdoc-mermaid](https://github.com/Jellyvision/jsdoc-mermaid)
|
||||||
- [MkDocs](https://www.mkdocs.org)
|
- [MkDocs](https://www.mkdocs.org)
|
||||||
@ -183,6 +187,7 @@ They also serve as proof of concept, for the variety of things that can be built
|
|||||||
- [bisheng-plugin-mermaid](https://github.com/yct21/bisheng-plugin-mermaid)
|
- [bisheng-plugin-mermaid](https://github.com/yct21/bisheng-plugin-mermaid)
|
||||||
- [Reveal CK](https://github.com/jedcn/reveal-ck)
|
- [Reveal CK](https://github.com/jedcn/reveal-ck)
|
||||||
- [reveal-ck-mermaid-plugin](https://github.com/tmtm/reveal-ck-mermaid-plugin)
|
- [reveal-ck-mermaid-plugin](https://github.com/tmtm/reveal-ck-mermaid-plugin)
|
||||||
|
- [mermaid-isomorphic](https://github.com/remcohaszing/mermaid-isomorphic)
|
||||||
- [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server)
|
- [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server)
|
||||||
- [ExDoc](https://github.com/elixir-lang/ex_doc)
|
- [ExDoc](https://github.com/elixir-lang/ex_doc)
|
||||||
- [Rendering Mermaid graphs](https://github.com/elixir-lang/ex_doc#rendering-mermaid-graphs)
|
- [Rendering Mermaid graphs](https://github.com/elixir-lang/ex_doc#rendering-mermaid-graphs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user