Commit Graph

320 Commits

Author SHA1 Message Date
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
James Davis 1d0b305332 Readded call to mermaidAPI in docs 2019-12-12 22:25:07 -05:00
James Davis c10ccc011f Removed reference to mermaidAPI.js 2019-12-12 07:47:36 -05:00
Knut Sveidqvist 52d84a99ac #552 Adding docs 2019-12-11 21:28:07 +01:00
Knut Sveidqvist f6ef6ff7db
Merge pull request #1130 from GDFaber/develop
Flow: Add stadium shape for nodes
2019-12-11 19:48:47 +01:00
Keenan Tullis 0d9112a4c1 Adds basic documentation for interaction with gantt 2019-12-10 19:04:42 -05:00
Justin Greywolf 5b2f9351c7 Add support for abstract methods
Added logic to allow rendering of a method name with italics or underline based on modifier at beginning of name to set css style
2019-12-09 18:13:06 -08:00
Justin Greywolf 6fdf30357c 1104-Add support to designate a method as abstract
Added logic to allow rendering of a method name with italics or underline based on modifier at beginning of name to set css style
2019-12-09 17:41:26 -08:00
Marc Faber 9a0df5afb0 #723 Add stadium shape for flowchart nodes 2019-12-08 16:51:47 +01:00
Knut Sveidqvist 823c95bd9c Updated mermaid version 2019-12-01 13:34:43 +01:00
Knut Sveidqvist de8f8b02dc Merge branch 'master' into develop 2019-12-01 07:54:02 +01:00
Knut Sveidqvist eec45dfff9 Merge branch 'release/8.4.3' 2019-12-01 07:52:44 +01:00
Knut Sveidqvist cb07a729e5
Merge pull request #1098 from mermaid-js/feature/1053_documentation-update
Feature/1053 documentation update
2019-12-01 00:42:41 +01:00
Knut Sveidqvist 50ea9bda89 Removed loggin 2019-11-28 11:41:54 -05:00
Knut Sveidqvist fe4719f656 Added analytics for docs 2019-11-28 11:41:54 -05:00
James A. Bednar 1d43b7b316 Fixed typos 2019-11-28 11:41:54 -05:00
Erik Ellingsen d9c92b2c6d syntax error 2019-11-28 13:22:02 +01:00
Erik Ellingsen 27ac9bbaf3 polish 2019-11-28 13:14:29 +01:00
Erik Ellingsen 11cdd393f2 Knuts comments 2019-11-28 13:13:26 +01:00
Erik Ellingsen 1ca8578035 polish 2019-11-28 13:07:14 +01:00
Erik Ellingsen 2516718882 Clarification 2019-11-28 13:06:16 +01:00
Erik Ellingsen 5283314c4f Polish 2019-11-28 13:03:58 +01:00
Erik Ellingsen dcae8da0d1 Better header 2019-11-28 13:01:24 +01:00
Erik Ellingsen 34f2a1a02f polish 2019-11-28 13:00:12 +01:00
Erik Ellingsen ee5a68a23c Better intro 2019-11-28 12:59:34 +01:00
Erik Ellingsen 6c706ccd9f Diagram references 2019-11-28 12:57:55 +01:00
Erik Ellingsen 94106f5825 Added syntax reference link 2019-11-28 12:53:33 +01:00
Erik Ellingsen 72ab2b8011 Added coming soon 2019-11-28 12:44:37 +01:00
Erik Ellingsen 8978ab5917 Links added 2019-11-28 12:43:55 +01:00
Erik Ellingsen 94577316f9 Drafting advanced usage 2019-11-28 12:38:42 +01:00
Erik Ellingsen 91650fb052 Script bug and clarifications 2019-11-28 12:34:26 +01:00
Knut Sveidqvist e9aa037230 Removed loggin 2019-11-27 20:15:21 +01:00
Knut Sveidqvist fe60836a89 Added analytics for docs 2019-11-27 20:08:54 +01:00
Justin Greywolf d26a67297a Updated documentation with comment syntax 2019-11-26 15:34:52 -08:00
James A. Bednar eca9d49575 Fixed typos 2019-11-18 09:32:39 -06:00
Marc Faber 1d747f664b #1062 added parallelogram nodes to documentation 2019-11-17 17:37:30 +01:00
Erik Ellingsen 8b5f8b0cb4 grammar 2019-11-08 10:36:41 +01:00
Erik Ellingsen d0c9b5e98f grammar 2019-11-08 10:35:38 +01:00
erelling 7dead548f3
Update n00b-gettingStarted.md 2019-11-08 01:59:44 +01:00
erelling 8db46ff762
Update n00b-overview.md 2019-11-08 01:57:18 +01:00
erelling 93f54a997a
Update n00b-gettingStarted.md 2019-11-08 01:53:58 +01:00
erelling 1353491952
Update n00b-gettingStarted.md 2019-11-08 01:47:34 +01:00
erelling 00802ffe7a
Update n00b-gettingStarted.md 2019-11-08 01:45:29 +01:00
erelling 78e556aaf7
Update n00b-gettingStarted.md 2019-11-08 01:44:12 +01:00
erelling e34988d65a
Update n00b-gettingStarted.md 2019-11-08 01:32:09 +01:00
erelling 07f5c7c89c
Update n00b-gettingStarted.md 2019-11-08 01:31:21 +01:00
erelling 7319d8941a
Update n00b-gettingStarted.md 2019-11-08 01:25:41 +01:00
erelling 3d7933135b
Update n00b-gettingStarted.md 2019-11-08 01:23:33 +01:00
erelling a778472461
Update n00b-gettingStarted.md 2019-11-08 01:21:50 +01:00
erelling cbe2a7446d
Update n00b-gettingStarted.md 2019-11-08 01:17:21 +01:00
erelling 8251dc5cd1
Update n00b-gettingStarted.md 2019-11-08 01:16:16 +01:00
erelling 5a4103a248
Update n00b-gettingStarted.md 2019-11-08 01:15:41 +01:00
erelling d7996f5c1a
Update n00b-gettingStarted.md 2019-11-08 01:14:38 +01:00
erelling db4229f033
Update n00b-gettingStarted.md 2019-11-08 01:13:14 +01:00
erelling e103664963
Update n00b-gettingStarted.md 2019-11-08 01:12:14 +01:00
erelling fbf3936ddc
Update n00b-overview.md 2019-11-08 01:11:07 +01:00
erelling 62d03f1976
Update n00b-overview.md 2019-11-08 01:10:24 +01:00
erelling f3ea159c6b
Update n00b-overview.md 2019-11-08 01:08:14 +01:00
erelling 3c99294a3a
Update n00b-overview.md 2019-11-08 01:06:57 +01:00
erelling 7a2a8cffbb
Update n00b-overview.md 2019-11-08 01:06:20 +01:00
erelling 6d90f87b2f
Update n00b-overview.md 2019-11-08 01:04:21 +01:00
erelling f506d24a82
Update n00b-overview.md 2019-11-08 01:01:37 +01:00
Erik Ellingsen ddb0d23ca7 grammar 2019-11-08 00:04:53 +01:00
Erik Ellingsen 763be9bb95 better instruction 2019-11-07 23:52:47 +01:00
Erik Ellingsen 77109144e7 grammar 2019-11-07 23:47:34 +01:00
Erik Ellingsen 840e7bd985 clarification 2019-11-07 23:47:08 +01:00
Erik Ellingsen a6c12f4b25 clarification 2019-11-07 23:46:30 +01:00
Erik Ellingsen e8e9a4d07b simplification 2019-11-07 23:45:23 +01:00
Erik Ellingsen ba00182ce4 Clarification 2019-11-07 23:44:47 +01:00
Erik Ellingsen 2ad78ee3b8 grammar 2019-11-07 23:42:56 +01:00
Erik Ellingsen 4995d59499 Knuts comments 2019-11-07 23:42:07 +01:00
Erik Ellingsen d58ef7aa36 Removed redundant heading 2019-11-07 23:40:13 +01:00
Erik Ellingsen dc59632fb3 Polishing 2019-11-07 23:37:46 +01:00
Erik Ellingsen 1542e15a1b Introduction and getting started howtos 2019-11-07 23:15:53 +01:00
Erik Ellingsen 43b9bcdb0b version update 2019-11-07 18:39:57 +01:00
knsv a3017b8456 Merge branch 'release/8.4.1' 2019-11-06 10:52:10 -08:00
Ashish Jain e8d649b152 Updated documentation for Pie Chart 2019-10-30 18:32:07 +01:00
Ashish Jain e96bd14d21 Updated Examples for Pie Chart 2019-10-30 18:30:14 +01:00
Louis Frament d8d5d0fa61 update classDiagram documentation:
fix typos and describe naming convention
2019-10-29 17:50:19 +01:00
Doug Hill 08762bc066
Spelling, markdown lint cleanup
Fixed spelling errors. Applied some markdown lint standards.
2019-10-22 20:10:35 -10:00
Knut Sveidqvist cafc18a78f Highlighting state diagrams and class diagrams in the readme 2019-10-21 12:38:01 -04:00
Knut Sveidqvist 61a3802494 Highlighting state diagrams and class diagrams in the readme 2019-10-19 17:45:56 +02:00
Knut Sveidqvist fd5bcad5d6 Fixes after verification, version upgrade 2019-10-19 14:44:54 +02:00
Knut Sveidqvist dc88e7a2c2 Fixes after verification, documentation of stateDiagram 2019-10-19 14:42:34 +02:00
Knut Sveidqvist 2f00d7d145 Merge branch 'master' of github.com:knsv/mermaid 2019-10-15 18:36:55 +02:00
Paweł Gajda 4a552069cf Added missing code snippets for trapezoid nodes in flow chart 2019-10-15 15:45:04 +02:00
Ashish Jain 1ae1313edd #993 Added mermaid documentation for class diagram-minor fixes 2019-10-15 00:32:21 +02:00
Ashish Jain 5949d01821 #993 Added mermaid documentation for class diagram-minor fixes 2019-10-15 00:05:49 +02:00
Ashish Jain 3cdb0ae4c8 #993 Added mermaid documentation for class diagram 2019-10-14 22:59:26 +02:00
Knut Sveidqvist 047ce2949a #989 Added font styling classes to diagrams lacking then 2019-10-13 19:16:35 +02:00
Steven Engler 808ed11e91
Grammar/spelling changes to the "Usage" docs 2019-10-09 15:43:54 -04:00
Ashish Jain f8f52c4587 Fix for viewport in classDiagram and stateDiagram renndering 2019-10-09 21:15:17 +02:00
Knut Sveidqvist 54e6e2f66e #945 Some bug fixes and draft docs 2019-10-09 20:05:24 +02:00
Knut Sveidqvist 65f91dd051 Merge branch 'master' of github.com:knsv/mermaid 2019-10-08 22:56:56 +02:00
Knut Sveidqvist a8a4616cab #916 Docs for chaining of links 2019-10-08 22:56:50 +02:00
Knut Sveidqvist 554189908d
Merge pull request #970 from mearns/issue-530-hexagon
Add hex shape for flow charts
2019-10-08 21:43:10 +02:00
Knut Sveidqvist 6d3044bddd
Merge pull request #974 from vikyaiyer/Issue-893
added css path to styling in documentation
2019-10-07 10:13:15 +02:00
Knut Sveidqvist c482083d82
Update README.md 2019-10-06 09:03:56 +02: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
Brian Mearns 9a0a5ca804 #530 Add some unit tests for flowRenderer.addVertices 2019-10-04 22:03:20 -04:00
Rick Ulrich 7e92257c3c Removed reference to mermaid.min.css in usage docs #797 2019-10-03 09:13:12 -05:00
Brian Mearns 1920e9f758 #530 Add hexagon to flow docs 2019-10-02 22:38:41 -04:00
Nacho f149f090a6
Merge pull request #965
Corrected docs
2019-10-01 08:51:24 -04:00
Arnaud ZHENG d499cce371 remove old files 2019-10-01 10:49:55 +02:00
Arnaud ZHENG 8345134d2a Merge branch 'master' of github.com:knsv/mermaid 2019-10-01 10:47:03 +02:00
Gianfrancø Palumbo 55f9cba0f9
docs: small improvement to flowchart.md 2019-09-30 21:59:10 +03:00
lilisha100 dffe20b76c
Update gantt.md 2019-09-27 10:15:03 -07:00
lilisha100 e7161fcca6
Update gantt.md 2019-09-27 09:52:22 -07:00
lilisha100 3bf873b99f
Update gantt.md 2019-09-27 09:27:53 -07:00
0xflotus 029a84159e
Update mermaidAPI.md 2019-09-24 18:47:38 +02:00
knsv 046b83582d Local docs to use 8.3.1 2019-09-19 15:10:49 -07:00