mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-28 11:49:37 +02:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
48b6a32fe1 | ||
![]() |
579e79575b | ||
![]() |
3d7091a9e2 | ||
![]() |
d1759228cc | ||
![]() |
8f0b19f427 | ||
![]() |
972f6a0ea9 | ||
![]() |
9c55dec6ba | ||
![]() |
06715be05f | ||
![]() |
8f8169b8e4 | ||
![]() |
313aa11528 |
@@ -9,10 +9,14 @@ It is a Javascript based diagramming and charting tool that renders Markdown-ins
|
||||
|
||||

|
||||
|
||||
**Edit this Page** [](https://github.com/mermaid-js/mermaid/blob/develop/docs/README.md)
|
||||
<!-- **Edit this Page** [](https://github.com/mermaid-js/mermaid/blob/develop/docs/README.md) -->
|
||||
|
||||
[](https://travis-ci.org/mermaid-js/mermaid) [](https://www.npmjs.com/package/mermaid) [](https://coveralls.io/github/mermaid-js/mermaid?branch=master) [](https://join.slack.com/t/mermaid-talk/shared_invite/enQtNzc4NDIyNzk4OTAyLWVhYjQxOTI2OTg4YmE1ZmJkY2Y4MTU3ODliYmIwOTY3NDJlYjA0YjIyZTdkMDMyZTUwOGI0NjEzYmEwODcwOTE) [](https://percy.io/Mermaid/mermaid)
|
||||
|
||||
<!-- Mermaidn book banner -->
|
||||
[](https://mermaid-js.github.io/mermaid/landing/)
|
||||
|
||||
|
||||
<!-- <Main description> -->
|
||||
The main purpose of Mermaid is to help with Visualizing Documentation, and helping it catch up with Development.
|
||||
> Documentation-Rot is a Catch-22 that Mermaid helps to solve.
|
||||
|
BIN
docs/img/book-banner-post-release.jpeg
Normal file
BIN
docs/img/book-banner-post-release.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
docs/img/book-banner-post-release.png
Normal file
BIN
docs/img/book-banner-post-release.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 829 KiB |
BIN
docs/img/book-banner-pre-release.jpg
Normal file
BIN
docs/img/book-banner-pre-release.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
docs/img/book-banner-pre-release.png
Normal file
BIN
docs/img/book-banner-pre-release.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 829 KiB |
@@ -7,7 +7,7 @@
|
||||
<meta name="description" content="Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
|
||||
<link rel="stylesheet" href="theme.css"> <script src="//cdn.jsdelivr.net/npm/mermaid@8.11.4/dist/mermaid.min.js"></script>
|
||||
<link rel="stylesheet" href="theme.css"> <script src="//cdn.jsdelivr.net/npm/mermaid@8.12.0/dist/mermaid.min.js"></script>
|
||||
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
Reference in New Issue
Block a user