Commit Graph

531 Commits

Author SHA1 Message Date
Neil Cuzon deccf8891d
Update README.md 2020-07-13 14:56:24 -07:00
Neil Cuzon e5ac551795
Update README.md 2020-07-13 14:47:52 -07:00
Neil Cuzon 7684f79e64
Update README.md 2020-07-13 14:47:36 -07:00
Neil Cuzon 9fdab327c8
Update 8.6.0_docs.md 2020-07-13 14:46:47 -07:00
Neil Cuzon 1908af6f54
Update 8.6.0_docs.md 2020-07-13 14:45:55 -07:00
Neil Cuzon a677608f1d
Update 8.6.0_docs.md 2020-07-13 14:42:57 -07:00
Neil Cuzon 93d462e028
Update README.md 2020-07-13 13:59:55 -07:00
Knut Sveidqvist 686ee1e349 Relase 8.6.0 2020-07-13 16:39:52 +02:00
Neil Cuzon 06ceb5e68d
Update README.md 2020-07-12 10:44:35 -07:00
Knut Sveidqvist 12668b78b9
Merge pull request #1535 from 72636c/feature/er_classes
Add classes to ERD elements
2020-07-12 10:52:30 +02:00
Knut Sveidqvist 8255088508
Merge pull request #1534 from 72636c/feature/er_use_max_width
Add `er.useMaxWidth` config option
2020-07-12 10:51:00 +02:00
Ryan Ling 3e38da2120
Document er defaults 2020-07-11 20:50:36 +10:00
Ryan Ling f2e7c82231
Fix table alignment 2020-07-11 20:44:46 +10:00
Ryan Ling 20e56d7dfa
Add classes to ERD elements
It's a little hard to style the current ERDs. This aims to make things
easier by associating a distinct class with each type of element within
the diagram.

I've added a common `er` class across the elements so that those that
bring their own `themeCSS` can target styles at this diagram type. This
hasn't really been done elsewhere so I'm open to suggestions; an
alternative may be to add classes to a top-level element so that we can
do e.g. `svg.mermaid.er .entityBox`.
2020-07-11 20:34:57 +10:00
Ryan Ling 13225faa9e
Update docs 2020-07-11 18:59:43 +10:00
Ryan Ling 99cb752c71
Add `er.useMaxWidth` config option
This restores the option of rendering an ERD with an absolute width,
which is consistent with the approach taken with the other diagram
types.

This logic was lost in #1324, which was probably just a small oversight:

9199546dca (diff-7c38d27acbe0676d923bf19283671616L397-L409)

The option defaults to true for backwards compatibility.
2020-07-11 18:54:26 +10:00
Ryan Ling 5da4ced8c1
Add `flowchart.diagramPadding` config option
This option lets you customise the padding around the whole flowchart.
It is equivalent to `er.diagramPadding` and defaults to 8px for
backwards compatibility with the current hardcoded value.
2020-07-11 16:54:00 +10:00
Neil Cuzon e363a21619
Update README.md 2020-07-10 08:43:59 -07:00
Neil Cuzon 09efbaf621
Update Setup.md 2020-07-09 11:15:50 -07:00
Neil Cuzon 31027047e3
Update 8.6.0_docs.md 2020-07-09 06:10:07 -07:00
Neil Cuzon 629eb4ca90
Update 8.6.0_docs.md 2020-07-09 05:28:47 -07:00
Neil Cuzon c4e6e5eca4
Update 8.6.0_docs.md 2020-07-09 05:25:15 -07:00
Neil Cuzon ea72d41e6d
Update 8.6.0_docs.md 2020-07-09 05:23:30 -07:00
Neil Cuzon c0f5b04472
Update 8.6.0_docs.md 2020-07-09 05:16:50 -07:00
Neil Cuzon 532b32dab5
Update 8.6.0_docs.md 2020-07-09 05:15:47 -07:00
Neil Cuzon fb5c96731a
Update 8.6.0_docs.md 2020-07-09 05:14:20 -07:00
Neil Cuzon 3f8eb8cb6b
Update 8.6.0_docs.md 2020-07-09 04:46:55 -07:00
Neil Cuzon 89dc64ab66
Add files via upload 2020-07-09 04:12:07 -07:00
Neil Cuzon 6968cff2b6
Add files via upload 2020-07-09 04:02:05 -07:00
Knut Sveidqvist 5242672efb Adding configuration docs to setup.md and bumping version to 8.6.0 2020-07-04 14:25:14 +02:00
Knut Sveidqvist b3a465dbca Merge branch 'develop' into feature/1483_long_messages 2020-07-02 18:25:49 +02:00
Knut Sveidqvist be9da3928b Updated mermaidAPI.md from PR 2020-07-02 16:59:09 +02:00
Chris Moran ee425d278c
Merge pull request #1520 from mermaid-js/develop
Merging changes from develop into feature/1483_long_messages
2020-07-01 06:34:48 -04:00
Knut Sveidqvist 200a3e5e8c
Merge pull request #1498 from mermaid-js/feature/1424_dark_mode_in_docs
Feature/1424 dark mode in docs
2020-06-30 16:54:06 +02:00
chris moran fed142dad2
Merge branch 'mermaid-js-develop' into develop 2020-06-30 03:34:55 -04:00
Neil Cuzon e5cd0ced53
Update sequenceDiagram.md 2020-06-26 22:46:09 -07:00
chris moran 217bd1f4bf
Fixed test cases for sequence diagrams
Updated config to match a conversation knut and i had about the relationship between global, site, and integrator configuration
(Will update docs)
Renamed wrapEnabled to wrap
Poor man's caching for calculateTextDimensions, wrapLabel, and breakString (actually makes a huge difference)
2020-06-26 09:26:56 -04:00
Knut Sveidqvist afc779440a #1424 Setting proper loglevel for docs 2020-06-24 21:28:12 +02:00
Knut Sveidqvist 7f71717a9f #1424 Setting dark mode in docs based un user preferences 2020-06-24 21:26:55 +02:00
GDFaber e13662dd2c
Merge pull request #1492 from NeilCuzon/patch-5
Update flowchart.md
2020-06-23 19:27:15 +02:00
Neil Cuzon 9da3402997
Update flowchart.md
-added a few workarounds, I found for writing "end" as a node name alongside the workaround found in the FAQ.

-also made a few minor edits to the contents.
2020-06-21 15:19:45 -07:00
Neil Cuzon e7784e3c34
Update faq.md 2020-06-21 11:41:46 -07:00
Neil Cuzon 224d6dc93f
Update faq.md 2020-06-21 10:03:21 -07:00
Chris Moran 18254392ab
Merge branch 'mermaid-js-develop' into develop 2020-06-19 13:32:23 -04:00
Knut Sveidqvist 44d5009538 Revert of PR #1482 2020-06-19 10:52:20 +02:00
Knut Sveidqvist dbbfbb2855 Updates after review 2020-06-19 08:40:54 +02:00
Chris Moran 3c72d28511
Refactored rendering sequence diagrams 2020-06-17 05:54:24 -04:00
Knut Sveidqvist 3589bb9597 Merge branch 'develop' of github.com:mermaid-js/mermaid into develop 2020-06-14 18:41:31 +02:00
Knut Sveidqvist 10b06eda91 #1458 Adding directives section in the docs 2020-06-14 18:41:27 +02:00
Chris Moran 6309dd1350
Merge branch 'develop' of https://github.com/mermaid-js/mermaid into mermaid-js-develop 2020-06-14 11:40:15 -04:00
Aaron Collier 09f10d2d7e
docs: update gantt docs
Added descriptions of title and section statements and how to style todayMarker.
2020-06-12 11:44:01 +02: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
Adam Meech 45c63e2b82
Fixed Typo 2020-06-08 17:14:46 -05:00
Chris Moran 4a253a7760
Merged with mainline develop 2020-06-08 14:58:42 -04:00
Chris Moran bd11663e0a
Added auto wrap option (and grammar) for sequenceDiagrams
Added inline config and init(ialization) grammar
Added reinitialize functionality to mermaidAPI (not to be confused with initialize)
Added actorFontWeight, noteFontWeight, messageFontWeight, wrapEnabled, wrapPadding
Added wrapLabel and breakWord functions to intelligently wrap text based on a pixel-based width instead of column-based
  - The implementation is largely from Carys Mills: https://medium.com/@CarysMills/wrapping-svg-text-without-svg-2-ecbfb58f7ba4
  - Made slight modifications for mermaid-js
Fixed dark theme color inconsistencies for sequence diagrams
Removed !important from sequence scss as this prevents any client overrides
Fixed various invalid css values in sequence scss which prevented proper rendering of various elements
Added detectInit to utils for initialization json detection
Updated detectType to support the existence or absence of the intialization configuration
Updated calculateTextWidth to include fontWeight
2020-06-08 14:48:03 -04:00
Knut Sveidqvist df2a5e97f8
Update index.html 2020-06-07 11:06:07 +02:00
Knut Sveidqvist 3bdb9f289f Merge branch 'master' into develop 2020-05-30 17:11:23 +02:00
Yonas 4026c57834
Add Azure Devops to integrations list 2020-05-27 10:05:43 -07:00
Knut Sveidqvist 18d3b3545d
Merge pull request #1422 from kevinkhill/patch-1
Update flowchart.md
2020-05-22 09:37:48 +02:00
Kevin Hill d16d969799
Update flowchart.md 2020-05-21 04:33:58 -07:00
Maciej Korycinski 232f1fda6d
Fix config param name. Drop duplicated field in css example. 2020-05-19 11:09:08 +02:00
Knut Sveidqvist c1fd7fdad0
Updated version of mermaid in the docs
8.5.1
2020-05-17 10:29:55 +02:00
Knut Sveidqvist 1f9b4703e8 Updated url in docs to use latest version of mermaid 2020-05-16 20:00:44 +02:00
Knut Sveidqvist c21b61bbd2 Bug fixes in new functionality, intersections not taken into account in nodes used by new graph engine. Graph flowchart not usable when integrating using mermaid.core. Incorrect flwochart docs 2020-05-16 19:58:22 +02:00
Knut Sveidqvist 6d076284e8 #1408 Removing crypto-random-string and he 2020-05-13 19:14:18 +02:00
Knut Sveidqvist d7d248fd04
Merge pull request #1388 from mermaid-js/1386_finetuning_rendering_engine
1386 finetuning rendering engine
2020-05-13 17:36:12 +02:00
Knut Sveidqvist d36a233cbf
Merge pull request #1400 from markotibold/patch-1
Fix a typo; d is close to s.
2020-05-13 17:32:32 +02:00
Zak Henry 36a47febc2
docs(classDiagram): typo 2020-05-13 14:57:51 +01:00
Marko Tibold 3ded1b6c6e
Fix a typo; d is close to s. 2020-05-11 07:53:47 +02:00
Knut Sveidqvist 6203c27244 #1386 Updated docs 2020-05-06 18:58:26 +02:00
Knut Sveidqvist 57fb800c77 Merge branch 'develop' into 1386_finetuning_rendering_engine 2020-05-06 18:51:55 +02:00
Knut Sveidqvist 9a3ec31191 #1386 Adding support for click events and links 2020-05-06 18:51:12 +02:00
Knut Sveidqvist a20e6086cc #1386 Adding subroutine support for new rendering engine 2020-05-03 21:52:44 +02:00
Knut Sveidqvist a8f9e3f0b0 #1386 Adding some docs and adjusted sizing for state diagrams 2020-05-03 13:31:09 +02:00
Massimo Santini 215905213b
Updated the mkdocs-mermaid-plugin link
It appears that https://github.com/sebastienwarin/mkdocs-mermaid-plugin has been more recently updated and is more feature rich (allowing for options to override the mermaid rendering defaults).
2020-05-02 02:15:47 +02:00
Knut Sveidqvist 67aed51742 #1382 Fix for lost parentage for nodes in deep structure 2020-05-01 19:18:07 +02:00
Knut Sveidqvist 2be2b10e59 #1334 Adding docs for user journey to side nav 2020-05-01 16:04:44 +02:00
Knut Sveidqvist ed5e194b8e Merge branch 'master' into develop 2020-05-01 15:58:52 +02:00
Russell Geraghty 950af2e753 Tidy up documentation, correct rendering in test 2020-04-28 08:28:16 +01:00
Philipp Schaer b975cf3ed4
fixed typo in code block 2020-04-27 17:29:22 +02:00
Philipp Schaer f2af5ce7eb
updated documentation on date formatting for gantt
Rearragend the existing information and added new context information on the date formating process for Gantt charts. The former documentation was not clear on the difference between input and output formatting.
2020-04-27 17:27:03 +02:00
Knut Sveidqvist 3aa5fc0cc2
Merge pull request #1365 from dany74q/feature/sequence-diagrams-improvements
Feature/sequence diagrams improvements
2020-04-26 17:21:55 +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
Adrian Hall 134a170a61 Update docs to include ER diagram descriptions 2020-04-17 14:24:44 +01:00
Adrian Hall 681f006ae1 Tiny tweaks to docs for ER diagram 2020-04-17 14:24:44 +01:00
Adrian Hall 36abfcc79b Escape the pipes in the syntax table 2020-04-17 14:24:44 +01:00
Russell Geraghty 249a14f84a Merge remote-tracking branch 'upstream/develop' into feature/user-journey 2020-04-17 07:30:53 +01:00
Knut Sveidqvist 955fc58773
Merge pull request #1351 from adutton/patch-1
Show source code in later examples
2020-04-16 19:50:53 +02:00
Adrian Hall 4e4c80b7fa Update docs to include ER diagram descriptions 2020-04-16 12:19:04 +01:00
Tom Wright 7c82e4b6c1
Add mermaid-server to integrations.md 2020-04-15 21:00:47 +01:00
Aaron Dutton d228769b1b
Show source code in later examples
The first few examples on the page show source code but the later ones didn't
2020-04-14 15:15:10 -07:00
Russell Geraghty 433f88b459 Merge remote-tracking branch 'upstream/develop' into feature/user-journey 2020-04-13 20:08:20 +01:00
Knut Sveidqvist 0ce89d53d7 Adding ERD diagram section to the docs 2020-04-11 18:50:57 +02:00
Knut Sveidqvist 5bdffd7d20 Merge branch 'master' into develop 2020-04-11 18:10:53 +02:00
Knut Sveidqvist f0119085e4 Updating mermaid to version 8.5.0 2020-04-11 18:02:05 +02:00
Knut Sveidqvist 6ec731e263
Merge pull request #1345 from GDFaber/feature/1343_add_flowchart_subroutine_shape
Add flowchart subroutine node shape
2020-04-11 14:12:20 +02:00
Adrian Hall 3db27e6017 Tiny tweaks to docs for ER diagram 2020-04-10 11:47:29 +01:00
Adrian Hall 91b64798bb Escape the pipes in the syntax table 2020-04-10 11:40:39 +01:00
Marc Faber 7f67435cb9 #1343 Add flowchart subroutine node shape 2020-04-10 00:14:41 +02:00
Russell Geraghty e4a2d7dfb7 Updated API 2020-04-04 17:50:02 +01:00
Russell Geraghty f081527731 User journey handler 2020-04-04 16:38:30 +01:00
Knut Sveidqvist a5af248715 Merge branch 'develop' into feature/1295_generic_rendering_engine 2020-03-30 19:15:17 +02:00
Knut Sveidqvist 8fede48e7b
Merge pull request #1324 from spopida/feature/1309_erDiagram_PlantUML
Feature/1309 er diagram plant uml
2020-03-30 19:11:53 +02:00
Knut Sveidqvist d0492ec7bd
Merge pull request #1323 from Pepper-Wood/bug/1294_nonfunctioning_callback_in_docs
Docs workaround for failing callback() section
2020-03-30 19:09:14 +02:00
Adrian Hall eee9a1661f Merge branch 'develop' into feature/1309_erDiagram_PlantUML 2020-03-29 08:55:19 +01:00
Adrian Hall 9199546dca Alter ERD syntax for compatibility with PlantUML 2020-03-29 08:42:20 +01:00
Kathryn DiPippo e0d97d44aa Docs workaround for failing callback() section 2020-03-29 00:55:14 -04:00
Raphael Medaer cbdb2e6e6f
Align left/center/right multiline messages 2020-03-24 22:17:11 +01:00
Knut Sveidqvist 02b19fed27 Merge branch 'develop' into feature/1295_generic_rendering_engine 2020-03-22 14:44:43 +01:00
Adrian Hall d3f78299e7 Add integration tests, basic docs, and fix multi-diagram bug 2020-03-18 16:53:26 +00:00
Adrian Hall 3e76b2374c Initial documentation for ER diagrams 2020-03-18 09:31:10 +00:00
Knut Sveidqvist 0cacd111df Merge branch 'develop' into feature/1295_generic_rendering_engine 2020-03-14 08:51:11 +01:00
Knut Sveidqvist d86a7ccf3e Restoring docs README 2020-03-14 08:49:30 +01:00
Knut Sveidqvist 35ea4d1a00 Merge branch 'develop' into feature/1295_generic_rendering_engine 2020-03-14 08:44:49 +01:00
Knut Sveidqvist 55816a09fe
Merge pull request #1303 from NeilCuzon/develop
Gantt Documentation expanded.
2020-03-14 08:35:31 +01:00
Knut Sveidqvist 7bd5529bb7 1295 Support for subgraphs with wide labels 2020-03-11 19:52:57 +01:00
Neil Cuzon 71e0a788d1
Update mermaidAPI.md 2020-03-10 19:16:24 -07:00
Neil Cuzon e6910d3c52
Update SUMMARY.md 2020-03-10 19:15:44 -07:00
NeilCuzon a8eeb7f76a Revert "Revert "Delete README.md""
This reverts commit c3e9ae0ca0.
2020-03-09 23:25:19 -07:00
NeilCuzon c3e9ae0ca0 Revert "Delete README.md"
This reverts commit b085222253.
2020-03-09 23:23:27 -07:00
Neil Cuzon b085222253
Delete README.md 2020-03-09 22:55:03 -07:00
Neil Cuzon d3b69abd87
Update gantt.md 2020-03-07 16:54:49 -08:00
Neil Cuzon df88300e6e
Update README.md 2020-03-07 16:50:39 -08:00
Neil Cuzon e90ed7a853
Update gantt.md 2020-03-07 16:46:59 -08:00
Neil Cuzon fdaf13bdc4
Update gantt.md 2020-03-07 16:26:22 -08:00
Neil Cuzon d96d40e0b0
Update gantt.md 2020-03-07 16:23:51 -08:00
Neil Cuzon 5dae0c14d9
Add files via upload 2020-03-07 16:22:55 -08:00
Neil Cuzon 5cd54c4831
Update gantt.md 2020-03-07 16:21:07 -08:00
Neil Cuzon 4caa02474c
Update gantt.md 2020-03-07 16:17:11 -08:00
Neil Cuzon 005defbb5c
Add files via upload 2020-03-07 16:17:03 -08:00
Neil Cuzon 997353ab71
Update gantt.md 2020-03-07 00:59:39 -08:00
Neil Cuzon 1570ed4610
Update mermaidAPI.md 2020-03-05 17:34:06 -08:00
Neil Cuzon a0b1d16e79
Update SUMMARY.md 2020-03-02 16:47:08 -08:00
Neil Cuzon 5693c69457
Update README.md 2020-02-29 00:07:47 -08:00
Neil Cuzon cda41a1506
Update README.md 2020-02-29 00:04:38 -08:00
Neil Cuzon 890298457a
Update README.md 2020-02-29 00:03:42 -08:00
GDFaber df6c5dd22e
Merge pull request #1282 from joebordes/patch-1
add crm/erp category with corebos in the docs
2020-02-27 18:23:29 +01:00
Joe Bordes 575b921a15
add crm/erp category with corebos 2020-02-27 12:59:30 +01:00
Neil Cuzon 67473f07b1
Update n00b-gettingStarted.md 2020-02-27 01:07:25 -08:00
Neil Cuzon 3aa368b630
Update n00b-gettingStarted.md 2020-02-27 01:06:38 -08:00
Neil Cuzon 4e044d66b4
Update n00b-gettingStarted.md 2020-02-27 01:05:23 -08:00
Neil Cuzon 065a5d2a47
Update n00b-overview.md 2020-02-27 00:53:20 -08:00
Neil Cuzon 33ea1d44fb
Merge branch 'develop' into develop 2020-02-27 00:32:17 -08:00
erelling 26c43667aa
Suggestion in comment 2020-02-26 23:10:18 +01:00
erelling 92fbc26852
Suggestion in comment 2020-02-26 23:09:04 +01:00
erelling a4e488a1eb
Suggestion from comment 2020-02-26 23:07:11 +01:00
Knut Sveidqvist 737e95c3f9
Merge pull request #1278 from jgreywolf/1264-UpdatedDocumentationFoUsages
1264-Update documentation
2020-02-26 17:45:40 +01:00
Justin Greywolf 4b064dc19f 1264-Update documentation
Reorder main readme.md file, add link to integrations - and add list of areas where mermaid is used
2020-02-25 13:11:08 -08:00
Knut Sveidqvist f2e5c913d6
Merge pull request #1275 from ginomempin/docs/add-section-parallel-blocks-for-sequence-diagrams
Add section on showing parallel blocks for sequence diagrams
2020-02-25 19:27:44 +01:00
Neil Cuzon 7a44e46d6d
Update n00b-overview.md 2020-02-23 23:16:13 -08: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
mvandermade 6789f2c1e3
Removed GitBook, add howto contribute docs.
Also added the online submission step-by-step via github.com.
2020-02-23 10:47:51 +01:00
NeilCuzon 9607c743a0
Updated noob-gettingStarted.md
updated documentation for noob-gettingStarted.md. 
-added a new screenshot and edited directions for copying markdown code from live editor
-made some alterations with the instructions in effort to make it more n00b friendly.
-added link to Atom-mermaid plugin
2020-02-22 23:20:50 -08:00
NeilCuzon 553b964ab8
Update n00b-gettingStarted.md 2020-02-22 23:11:51 -08:00
NeilCuzon 72ac408429
Update n00b-gettingStarted.md 2020-02-22 23:10:42 -08:00
NeilCuzon 8456905960
Update n00b-gettingStarted.md 2020-02-22 23:10:08 -08:00
NeilCuzon 13261c974a
Update n00b-gettingStarted.md 2020-02-22 23:09:06 -08:00
NeilCuzon eafabdce36
Update n00b-gettingStarted.md 2020-02-22 23:07:45 -08:00
NeilCuzon d02a57744c
Add files via upload 2020-02-22 23:04:33 -08:00
NeilCuzon 58374add90
Update n00b-gettingStarted.md 2020-02-22 23:03:42 -08:00
NeilCuzon a52d501ba2
Update n00b-gettingStarted.md 2020-02-22 23:03:11 -08:00
NeilCuzon 702abbad6d
Add files via upload 2020-02-22 23:01:35 -08:00
NeilCuzon 2d0edb5270
Update n00b-gettingStarted.md 2020-02-22 22:24:39 -08:00
NeilCuzon 7aab34b540
Update n00b-gettingStarted.md 2020-02-22 22:16:26 -08:00
NeilCuzon d637a13f59
Update n00b-gettingStarted.md 2020-02-22 22:16:00 -08:00
NeilCuzon 17f99aeed8
Updated n00b-gettingStarted.md
this section had some outdated info regarding the live editor and its capabilities. 
-replaced and outdated screenshot
-edited the documentation to make it a little more n00b friendly. 
-added a link to the Atom mermaid plugin

-Neil
2020-02-22 19:21:37 -08:00
Knut Sveidqvist f8137ea7c1 #1257 Adding the autonumber keyword + tests and docs 2020-02-16 15:26:08 +01:00
Knut Sveidqvist cf6f1a083e Upgarding version in docs 2020-02-16 14:19:27 +01:00
Bojan Bedrac b018f026e3
Typo
- fixes a typo
2020-02-13 15:51:00 +01:00
Marc Faber c95adfaf74 #962 Set text color for flowchart link labels according to linkStyle definitions 2020-02-02 22:59:59 +01:00
Knut Sveidqvist 963a0fcd77
Merge branch 'develop' into 1179-SupportGenericTypesForMembers 2020-01-29 21:08:31 +01:00
Knut Sveidqvist 0082c23a90 #1217 Better matchingof words beginning with as as matching token AS in stateDiagram's state definition. 2020-01-29 19:05:51 +01:00
Knut Sveidqvist 1f851bc04c
Merge pull request #1219 from GDFaber/feature/487_flowchart_node_text_color_from_style
#487 Set text color for flowchart nodes according to style definitions
2020-01-27 20:01:19 +01:00
Justin Greywolf 4a2e0bfa00 Merge branch 'develop' into 1179-SupportGenericTypesForMembers 2020-01-27 09:44:12 -08:00
Justin Greywolf 587592449a 1179 Add ability to use generics for members
Created new class to handle parsing of members with regex to handle determining type of member and the different elements within.  Also moved addTSpan in drawClass method to this new file.  Finally, I added a "catch all" section in case something fails in the regex to make sure everything gets formatted correctly.

Added more tests and documentation

updating gitignore

Tired of constantly having to ignore files and stash/pop when switching between branches
2020-01-24 16:01:04 -08:00
Marc Faber d2d4a24229 #487 Set text color for flowchart nodes according to style definitions 2020-01-24 01:24:47 +01:00
Knut Sveidqvist 4805394e61 New version in the docs 2020-01-22 19:22:37 +01:00
Knut Sveidqvist 28153656d7 Updated docs with info on chaining of nodes and using ::: to attach a class 2020-01-22 18:52:16 +01:00
Knut Sveidqvist efa810da91
Merge pull request #1199 from GDFaber/bug/fix_mermaidAPI_configuration_example_in_the_docs
Fix mermaidAPI configuration example in the docs
2020-01-15 16:50:11 +01:00
Knut Sveidqvist eade3d0a2d
Merge pull request #1178 from jgreywolf/1119-SpecifyMethodReturnTypeInClassDiagram
1119 specify method return type in class diagram
2020-01-13 19:55:47 +01:00
Marc Faber 36f9eca33e Example 2 is not shown in mermaidAPI configuration section of the docs 2020-01-12 14:38:57 +01:00
Marc Faber 4dd90e56b1 Add docs and default values for node spacing in mermaidAPI 2020-01-12 14:09:24 +01:00
Knut Sveidqvist fdbc44e41b
Update mermaidAPI.md 2020-01-12 01:03:46 -08:00
Knut Sveidqvist e0d16dcb22 Version 8.4.5 2020-01-11 10:07:41 +01:00
Knut Sveidqvist 0a5ee0634f Merge branch 'master' of github.com:mermaid-js/mermaid
# Conflicts:
#	docs/classDiagram.md
2020-01-11 09:47:51 +01:00
Justin Greywolf 58fbfc3c38 1119 Support method return types
Small refactor to split out logic for determining method display text and style. Updated documentation
Used regex to parse method statements in class diagrams to extract discrete elements to set display appropriately. Added tests and updated docs
2020-01-10 09:50:21 -08:00
Justin Greywolf d7771eb4b6 1119 Add ability to define return type for methods
Updated ClassRenderer to check for `[]` to indicate return type for method. Small refactor to split out logic for determining method display text and style. Updated documentation
2020-01-10 09:50:21 -08:00
Marc Faber b3934c9788 #1152 add node spacing to flowchart configuration 2020-01-05 22:03:53 +01:00
Knut Sveidqvist 37ae863443
Merge pull request #1170 from jgreywolf/1064-ClickEventInClassDiagram
1064 click event in class diagram
2020-01-05 12:07:34 +01:00
Justin Greywolf 591a104c80 1064 Class diagram interactivity docs
Updated documentation for Class Diagram with details for interactivity
2020-01-03 10:14:07 -08:00
Ashish Jain f54adb4a3e #1146 Updated classDiagram documentation with new relation types 2020-01-02 19:35:22 +01:00
Knut Sveidqvist a1626927cc
Merge pull request #1136 from keenanjt33/feature/921_callback_params
Gantt: Add support for callback with parameters
2020-01-01 00:29:00 -08:00
Marc Faber bc59d015e6 #1154 Flow diagram DB shape request 2019-12-31 16:30:03 +01:00
Knut Sveidqvist c8f59ea1a7
Merge pull request #1140 from jdavis61/docs/1124_incorrect_include
Removed docs reference to mermaidAPI.js
2019-12-23 08:56:40 +01:00
Knut Sveidqvist d53e00ffe0
Change of broken docs 2019-12-18 19:43:35 +01:00
Knut Sveidqvist b90fcc1b71
test commit 2019-12-18 19:40:50 +01:00
Knut Sveidqvist 0544dbe891 Merge branch 'master' into develop 2019-12-14 09:27:38 +01:00
Knut Sveidqvist 6365cea0b2 Upgrading docs to 8.4.4 2019-12-14 09:26:21 +01:00