Sidharth Vinod
6e2deb1fa7
fix: Fix eslint warnings
2022-10-09 22:08:32 +08:00
Alois Klink
70f94c3e44
chore(docs): run pnpm run docs:build
...
Updates the auto-generated warning to tell people
to edit packages/mermaid/src/docs instead of src/docs.
2022-09-29 20:02:16 +01:00
Sidharth Vinod
b9cb7e9898
fix(docs): mmd
detection
2022-09-20 23:01:05 +05:30
Sidharth Vinod
c343e4a1e3
Add verification log
2022-09-20 22:31:53 +05:30
Sidharth Vinod
b0559df903
chore: Updated doc files
2022-09-08 21:52:41 +05:30
Sidharth Vinod
5ae1bd92cd
Build docs
2022-09-05 19:48:38 +05:30
Sidharth Vinod
5e9db250bc
Merge branch 'develop' into sidv/docs
...
* develop:
chore: update browsers list
Fix pre
Prettier pass
Fix XSS htmls
fix #3407 Replace `div` with `pre` and format
2022-09-05 19:30:39 +05:30
Sidharth Vinod
a95f46f513
Fix mermaid code formatting in html
2022-09-05 01:25:28 +05:30
Sidharth Vinod
91478caf5b
fix #3407 Replace div
with pre
and format
2022-09-05 00:48:36 +05:30
Sidharth Vinod
e718c5bf6c
Fix doc
2022-09-03 15:00:12 +05:30
Sidharth Vinod
f6d69b33b3
Prettier
2022-09-03 13:30:16 +05:30
Sidharth Vinod
6167eda6b6
Prettier
2022-09-03 13:05:47 +05:30
Sidharth Vinod
e34e208786
Add auto generated docs
2022-09-03 09:13:37 +05:30
Sidharth Vinod
3b88150e11
Move docs to src
2022-09-03 09:06:42 +05:30
Lorin Thwaits
6635d4bc97
Grammatical touch-ups
2022-08-19 21:27:13 +01:00
Vardan
ef5c753e32
update doc typos/clarity ( #3145 )
...
* update doc typos/clarity
* missed fix
2022-06-26 11:12:35 +02:00
Andreas Deininger
8e157423e0
Fixing various typos
...
Changing links from http to https
2022-06-01 12:06:53 +02:00
Scott Scherzer
0c65ea25cb
Fixed whitespace typo in Class diagram
...
Easier copy and pasting
2022-05-13 15:59:35 -04:00
Yash-Singh1
d7b1cd912c
chore: no lint for html in md
2022-05-10 18:11:23 -07:00
Matthieu MOREL
3a56bbed2e
build: setup eslint-plugin-json ( #2552 )
...
Co-authored-by: Yash Singh <saiansh2525@gmail.com>
2022-05-10 17:52:55 -07:00
Pierre Gronlier
4bd45b7432
typo on link type for aggregation
2022-03-27 12:13:30 +02: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
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
Yash Singh
93a1961762
Add another relation type
2021-10-03 15:11:57 -07:00
Yash Singh
c04fdd250c
Document two-way relations and fix relationship docs for class diagrams
2021-10-03 15:10:15 -07:00
Yash Singh
fcd4cc17d3
Fix confusing docs
2021-09-28 17:06:48 -07:00
Knut Sveidqvist
8bd830c991
Merge branch 'develop' into feature/field-classifier
2021-09-13 21:45:47 +02:00
Knut Sveidqvist
bc31125bc6
Updating the docs with direction statements
2021-08-26 17:27:34 +02:00
Xavier Stouder
186fb03048
doc: add static field notice
2021-08-26 11:42:11 +02:00
Victor
f6d4686898
Fix typo on examples
2021-02-25 22:11:51 +01:00
Ashish Jain
032d8781dc
Updated the click_security_loose test case for classDiagram and classDiagram-v2 for new callback function arg
2020-12-17 20:26:12 +01:00
alec ji
a2a0851978
remove classDiagram duplicate options
...
remove classDiagram `#Multiplicity on relations` duplicate options
2020-11-21 02:42:27 +00:00
sy-records
cb41569a5a
feat: Auto generation of Edit this Page
2020-11-15 10:28:47 +08:00
Neil Cuzon
31aebca134
Update classDiagram.md
2020-10-28 00:38:21 -07: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
Justin Greywolf
9a86accc62
1181-Minor update to regex
2020-08-04 12:05:56 -07:00
Justin Greywolf
1f051d7a9f
1181-Css for class diagrams
...
Initial change for supporting custom CSS for use with classDiagrams.
updated `LABEL` regex for specificity
2020-08-03 12:47:50 -07:00
Neil Cuzon
4bca9c63da
Update classDiagram.md
2020-07-20 09:35:12 -07:00
Zak Henry
36a47febc2
docs(classDiagram): typo
2020-05-13 14:57:51 +01: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
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
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
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