1038 Commits

Author SHA1 Message Date
Ashish Jain
3877b88e6e
Merge pull request #2702 from jfuentescpp/patch-1
Reference mkdocs-mermaid2-plugin for MkDocs
2022-02-10 17:10:44 +01:00
Arfan Liaqat
bb6c36c6af
docs: update for re-ordering (#2704)
make bottom section a separate list item like top and middle
2022-02-07 11:02:40 -08:00
Jorge Fuentes
a4892069d2
Reference mkdocs-mermaid2-plugin for MkDocs
`mkdocs-mermaid2-plugin` is also based on https://github.com/pugong/mkdocs-mermaid-plugin but it adds a good documentation.
2022-02-07 11:42:31 +02:00
Knut Sveidqvist
44d7dfe993 #2646 exploration 2022-01-18 23:02:16 +01:00
Knut Sveidqvist
87dc13365f
Merge pull request #2624 from hiramekun/patch-1
docs: Update sequenceDiagram.md: remove a duplication
2022-01-18 22:59:01 +01:00
Knut Sveidqvist
6b7699444a
Update directives.md 2022-01-18 08:00:06 +01:00
Takaaki Hirano
7746091c98
Update sequenceDiagram.md: remove a duplication 2022-01-13 18:16:21 +09:00
Knut Sveidqvist
7a6d73762e
Merge pull request #2615 from magmax/patch-1
Fix documentation full examples
2022-01-11 18:13:13 +01:00
Knut Sveidqvist
20bbe6cfb0
Merge pull request #2613 from chrismetz09/develop
Added Mermaid in open source docs to tutorial page
2022-01-11 18:12:31 +01:00
Knut Sveidqvist
40479aef77
Merge pull request #2599 from esphas/patch-1
docs: fix broken image links in gantt.md
2022-01-11 18:02:49 +01:00
Miguel Ángel García
a352cf3ae5
Fix documentation full examples
Documentation full examples didn't work because they are all in the same line This PR tries to fix it.
2022-01-08 11:05:04 +01:00
chrismetz09
35f3d57cf3 add k8s mermaid docs to tutorial page 2022-01-07 15:24:37 -08:00
esphas
c6dfc9306f
Update gantt.md 2021-12-30 15:53:47 +08:00
Eirik Bjornset
d3577eb59b fix: bug #2346 "ER-attribute comments not work" 2021-12-29 21:27:51 +01:00
Knut Sveidqvist
066b7a0d0b
Merge pull request from GHSA-p3rp-vmj9-gv6v
Advisory fix 1
2021-12-29 11:29:46 +01:00
Kylie Stewart
be46ace02e
Add Notion to integrations.md (#2593) 2021-12-28 14:06:32 -08:00
Knut Sveidqvist
65592e0541 Adding security page to the docs 2021-12-28 17:31:35 +01:00
Jason Houle
4369b6cda2
Update TiddlyWiki integrations (#2584) 2021-12-23 17:11:22 -08:00
Connor Peet
8f22daf9a3
update jupyter integration 2021-12-14 15:16:58 -08:00
Knut Sveidqvist
4459eb5c87 Merge 2021-12-11 08:42:21 +01:00
Yash-Singh1
3ea974709f chore: apply linting to html ext too and fixes for files 2021-12-04 15:28:40 -08:00
MOREL Matthieu
80b14d1d7f lint markdown : enable eslint-plugin-markdown 2021-12-04 13:10:39 +01:00
Yash Singh
6e5180bd1c
fix: async highlight and escape html in docs (#2512) 2021-11-25 12:43:16 -08:00
Knut Sveidqvist
9d1f32cc0a Merge branch 'eslint-fix' of https://github.com/mmorel-35/mermaid into mmorel-35-eslint-fix 2021-11-18 18:05:15 +01:00
MOREL Matthieu
5b8a4a0b7a fix conf table display 2021-11-15 09:58:47 +01:00
The Alchemist
00f228b959
removed duplicate 'Browser Extensions' header (#2482) 2021-11-14 12:53:15 +01:00
Yash-Singh1
2368ba4914 Merge github.com:mermaid-js/mermaid into eslint-fix 2021-11-11 10:31:08 -08:00
Knut Sveidqvist
0db5f9fea7
Merge branch 'develop' into develop 2021-11-11 19:09:12 +01:00
Knut Sveidqvist
1fe31dac7d
Merge pull request #2464 from Yash-Singh1/jsdoc
Add jsdoc
2021-11-11 19:05:21 +01:00
Knut Sveidqvist
ce675b011d
Merge pull request #2470 from kahgoh/develop
Add missing code listing in sequence diagram docs
2021-11-11 18:58:42 +01:00
Knut Sveidqvist
775461407e
Merge pull request #2468 from jaybuidl/patch-1
Update gantt.md
2021-11-11 18:58:24 +01:00
Knut Sveidqvist
6305455554
Merge pull request #2476 from bartek/docs/fix_editor_link
Remove references to non-existent Markdown file
2021-11-11 18:58:04 +01:00
zephyr
42b2e582c5 Add chrome extension to integrations.md 2021-11-11 15:40:55 +08:00
Yash-Singh1
d140a9df8f Switch from mermaid-code -> mmd 2021-11-10 18:04:40 -08:00
Bartek Ciszkowski
53a539e84b Remove reference to non-existant Markdown file
The two links, were linking to Live-Editor.md, which did not exist at time of this commit. Instead, have the link point to the live editor.
2021-11-10 21:13:32 -04:00
Matthieu MOREL
57671b2b78
enable prettier-plugin-jsdoc 2021-11-10 08:41:52 +01:00
Matthieu MOREL
4d103c14f7 enable eslint fix and eslint-plugin-jsdoc 2021-11-09 11:01:49 +01:00
Kah Goh
6f4fb48fad
Add missing code listing in sequence diagram docs 2021-11-08 21:56:22 +08:00
Jean-Baptiste Cebe
92f036222e
Update gantt.md 2021-11-08 10:52:13 +00:00
Yash-Singh1
0fb25ee749 Merge github.com:mermaid-js/mermaid into jsdoc 2021-11-06 19:48:34 -07:00
Yash-Singh1
d2d8c9bc8e Add jsdoc and refactor a bit of code 2021-11-06 19:36:06 -07:00
Yash-Singh1
2ae442accc Support for mermaid-example 2021-11-03 15:26:59 -07:00
Yash-Singh1
dac542682d More code fence syntax highlighting 2021-11-01 19:43:54 -07:00
Yash-Singh1
ab3e076c91 Use theme properly and another syntax highlight change 2021-11-01 19:33:01 -07:00
Yash-Singh1
d2b7a3ec28 Add syntax highlight to some erdiagrams 2021-11-01 18:02:49 -07:00
Yash-Singh1
c015d97957 Multiple pages through async before page load 2021-11-01 18:00:39 -07:00
Yash-Singh1
fdfb5d8270 Use the mermaid theme 2021-10-31 15:14:11 -07:00
Yash-Singh1
1b7e690ec1 Use monaco-mermaid for syntax highlighting and many syntax highlighting improvements 2021-10-31 14:45:41 -07:00
efim
5cc7ba52bb Add GNU Emacs to integrations documentation 2021-10-30 20:48:06 +03:00
AlwinW
8b35745928 Corrected typos in documentation 2021-10-23 22:57:24 +11:00