Ronald Heggenberger
077e6621b9
Undo whitespace changes
2022-05-21 09:40:21 +02:00
Ronald Heggenberger
7372ca5e8e
Adding "Critical Region" and "Break" blocks
2022-05-21 09:31:06 +02:00
Kaligule
f5cc145e35
Render example instead of just showing the code ( #2835 )
2022-03-19 16:42:08 -07:00
Daniel Bartholomae
74b1219d62
fix(2689): use correct default sans-serif fonts for actors and tasks
...
The previous default font, Open-Sans, does not exist (it is Open Sans).
A generic font family must not be in quotes.
There is no changes to tests, as tests set font-family to Courier
for reproducability.
Fixes 2689
See https://fonts.google.com/specimen/Open+Sans
and https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
2022-02-15 14:21:04 +01:00
Takaaki Hirano
7746091c98
Update sequenceDiagram.md: remove a duplication
2022-01-13 18:16:21 +09:00
Yash-Singh1
d140a9df8f
Switch from mermaid-code -> mmd
2021-11-10 18:04:40 -08:00
Yash-Singh1
2ae442accc
Support for mermaid-example
2021-11-03 15:26:59 -07:00
Yash-Singh1
1b7e690ec1
Use monaco-mermaid for syntax highlighting and many syntax highlighting improvements
2021-10-31 14:45:41 -07:00
Knut Sveidqvist
004e7e376d
Merge branch 'develop' into feature/2249_sequence_diagram_popup_menus
2021-09-18 10:19:07 +02:00
Knut Sveidqvist
9faa5acb21
#2315 Adding docs and integration tests
2021-09-18 08:03:34 +02:00
eajenkins
85d33ecccd
Added support for a new link syntax per recommendation:
...
link <actor>: <label> @ <link-url>
Removed documentation for class/icon definitions until we can finalize the design for this.
Fixed prettier errors.
2021-09-10 16:27:07 -07:00
E Jenkins
ce6d8576ae
Merge branch 'develop' into feature/2249_sequence_diagram_popup_menus
2021-08-27 15:02:11 -07:00
eajenkins
291bec7e90
Initial implementation for Issue#2249.
...
Includes changes to sequence diagram code to enable popup menus and individualized styling of actors
Includes unit and e2e tests.
Includes updates to the md file for sequencediagrams.
2021-08-27 10:56:56 -07:00
Dominik Meyer
f96ca5dd73
Update sequenceDiagram.md
2021-04-30 13:53:02 +02:00
Knut Sveidqvist
c8d4c798ee
Merge pull request #1939 from dwinston/patch-1
...
Document role of semicolon and present alternative
2021-03-18 21:02:30 +01:00
Donny Winston
2bf866052d
Document role of semicolon and present alternative
...
This could perhaps close #1445
2021-03-11 13:33:07 -05:00
Tyler Hildebrandt
bb3df31c86
Update sequenceDiagram.md
2021-03-08 22:24:03 -08:00
zepatrik
dc14b2f9fe
Improve docs around escape characters
2021-02-09 11:01:27 +01:00
Knut Sveidqvist
7cb46ffa18
Merge branch 'master' into develop
2021-01-23 16:10:07 +01:00
Knut Sveidqvist
e70b32e14d
Added example showing async, open arrows in the docs
2021-01-21 21:28:47 +01:00
Knut Sveidqvist
c60734cc5f
Update sequenceDiagram.md
2021-01-21 21:13:15 +01:00
Ashish Jain
4f568d5d19
Updating minor changes on Docs
2020-11-05 19:16:12 +01:00
NeilCuzon
445daaeba2
Switching to Docsify and adding search
2020-10-25 00:30:20 -07:00
saowang
9e8c6aed4d
Update documents to compatible jekyll-rtd-theme
2020-08-21 01:01:06 +08:00
Neil Cuzon
78bb5e09e5
Update sequenceDiagram.md
2020-07-14 14:25:43 -07:00
Neil Cuzon
e5cd0ced53
Update sequenceDiagram.md
2020-06-26 22:46:09 -07:00
Chris Moran
04b4da0c75
## Work in progress.
...
Implemented directives per PR review comment:
%%{directive: json-encoded-arg-string}%%
example:
%%{init: { 'logLevel': 0, 'theme': 'dark' }}%%
Also changed wrap and config to directives:
%%{wrap}%%
%%{config: { 'fontSize': 18 }}%%
2020-06-11 15:35:00 -04:00
Maciej Korycinski
232f1fda6d
Fix config param name. Drop duplicated field in css example.
2020-05-19 11:09:08 +02:00
Danny Shemesh
38ee4f556e
Added (& pretty-printed) sequence diagram docs
...
This commit adds documentation to new config variables that were
introduced as part of this PR, namely, the font settings for actors,
messages and notes.
I've also linted the markdown document.
2020-04-23 18:39:23 +03:00
gino
b376e4da1f
docs: Fix typo "possiebl"
2020-02-24 13:51:15 +09:00
gino
f8481f8d4c
docs: Fix markdown lint MD012 and MD022
...
MD012 Multiple Consecutive Blanks
https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md012---multiple-consecutive-blank-lines
MD022 Headings should be surrounded by blank lines
https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md022---headings-should-be-surrounded-by-blank-lines
2020-02-24 13:49:18 +09:00
gino
54f55cc021
#425 : Add documentation on using par
for sequence diagrams
...
Support for `par` was already added here:
https://github.com/mermaid-js/mermaid/issues/425
But is not in the docs:
https://mermaid-js.github.io/mermaid/#/sequenceDiagram
2020-02-24 13:41:47 +09:00
Knut Sveidqvist
f8137ea7c1
#1257 Adding the autonumber keyword + tests and docs
2020-02-16 15:26:08 +01:00
Bojan Bedrac
b018f026e3
Typo
...
- fixes a typo
2020-02-13 15:51:00 +01:00
Justin Greywolf
d26a67297a
Updated documentation with comment syntax
2019-11-26 15:34:52 -08:00
Vignesh Aiyer
3afa6e2350
Update sequenceDiagram.md
2019-10-05 11:15:12 +05:30
Vignesh
8bbb0448dc
added css path to styling in documentation
2019-10-05 10:52:23 +05:30
Eduardas Michelsonas
357c47910a
Test commit
2019-08-28 18:53:49 +02:00
Alexander Sage
148a3c4cf7
chore: Documentation for rect
2019-07-30 22:24:48 -07:00
knsv
976d16b0db
Updated docs with working code examples
2019-07-16 12:13:40 -07:00
Knut Sveidqvist
69c7d31e69
Adding docs into core repo again
2019-07-12 20:40:54 +02:00
knsv
4536930e17
New style docs
2015-09-24 08:04:06 +02:00
knsv
6e062b241e
New version of docs
2015-07-03 08:51:10 +02:00