Sidharth Vinod
0e105afbf9
Fix typo
2024-01-15 12:55:28 +05:30
Nikolay Rozhkov
bafb991a35
Run dev docs without npx
2024-01-14 01:07:37 +03:00
Nikolay Rozhkov
385bf328c2
Remove npx completely from run script
2024-01-14 01:05:47 +03:00
nirname
3290c38260
Update docs
2024-01-13 20:41:27 +00:00
Nikolay Rozhkov
621d6cbda1
Fix linters
2024-01-13 23:38:11 +03:00
Nikolay Rozhkov
f6b321d769
Removed volta requirement, leave pnpm only
2024-01-13 15:19:36 +03:00
Abrifq
3fb6acbf8f
Fix pnpm-lock by resetting it, sorry!
2024-01-12 23:50:35 +03:00
Abrifq
cbeee51108
Merge branch 'develop' into patch-4
2024-01-12 23:42:18 +03:00
Alois Klink
5e61867c89
Merge pull request #5193 from mermaid-js/v3-announcement-bar
...
DOCS: update announcement bar
2024-01-12 16:20:32 +00:00
Steph
d6d465d207
add inadvertent tracking removal
2024-01-12 07:54:19 -08:00
steph
c96cc21692
update announcement bar
2024-01-11 22:42:09 -08:00
Nikolay Rozhkov
a3092fc174
Fixed dead link
2024-01-12 02:00:30 +03:00
Nikolay Rozhkov
26f6aec442
build
2024-01-12 01:57:13 +03:00
Nikolay Rozhkov
21ecc28b40
Merge branch 'develop' into docs/2910_update-contributing-guidelines
2024-01-12 01:41:00 +03:00
nirname
374e788e81
Update docs
2024-01-11 22:35:39 +00:00
Nikolay Rozhkov
7219d604a9
Updated contributing docs after review, minor fixes
2024-01-12 01:32:07 +03:00
murdoa
e52fcd0bdd
Updated gantt chart docs to show all config options
2024-01-11 22:24:50 +00:00
Steph
1c43e8e15c
Merge pull request #5189 from markqian/develop
...
Update integrations-community.md (Add Codemia to the list of productivity tools using Mermaid)
2024-01-11 18:10:58 +00:00
Mark Qian
e7d239b579
Update integrations-community.md (Add Codemia to the list of productivity tools using Mermaid.)
2024-01-11 12:09:53 -05:00
Sidharth Vinod
904a200620
Merge branch 'develop' into release/10.7.0
...
* develop:
update verbiage
update verbiage
2024-01-11 14:32:16 +05:30
Sidharth Vinod
3e5b395792
v10.7.0
2024-01-11 14:31:57 +05:30
Sidharth Vinod
6ac8523f78
Merge pull request #5169 from mermaid-js/open-arrows
...
DOCS: update Flowchart page
2024-01-11 05:41:16 +00:00
Sidharth Vinod
6d1a38d2ff
10.6.2-rc.3
2024-01-11 10:27:26 +05:30
Sidharth Vinod
85e7010689
Merge branch 'develop' into release/10.6.2
...
* develop:
docs: Remove broken integration
2024-01-11 10:25:42 +05:30
Sidharth Vinod
505689de39
docs: Remove broken integration
2024-01-11 10:25:17 +05:30
Sidharth Vinod
26bab802c7
Merge branch 'develop' into release/10.6.2
...
* develop: (24 commits)
chore: Minor cleanup of imperativeState
add jetbrains blog post
additional updates
update latest news pages
fix addl broken link
fix link
build: use `tsx` instead of `ts-node-esm`
verbiage updates
fix: replace functional approaches with oop
feat: Track outbound links in plausible
update getting started page
add blog post
chore: Update promo link
docs: Holiday promo v2
Update packages/mermaid/src/docs/.vitepress/components/TopBar.vue
update announcements page
update announcement bar verbiage
chore: fix autogen docs
chore(sequence): Update packages/mermaid/src/docs/syntax/sequenceDiagram.md
chore(sequence): update doc for actors/participant creation/deletion fix
...
2024-01-11 10:23:24 +05:30
Sidharth Vinod
1d4bb50b32
Merge branch 'develop' of github.com:mermaid-js/mermaid into develop
...
* 'develop' of github.com:mermaid-js/mermaid:
chore: Minor cleanup of imperativeState
fix: replace functional approaches with oop
chore: fix autogen docs
chore(sequence): Update packages/mermaid/src/docs/syntax/sequenceDiagram.md
chore(sequence): update doc for actors/participant creation/deletion fix
chore: remove unused e2e tests file
chore: add e2e test that shows db cleanup problem
chore: add e2e test that shows db cleanup problem
fix: add imperativeState and replace sequenceDb global variables with it
2024-01-11 10:23:04 +05:30
Sidharth Vinod
2516b20efc
Merge branch 'master' into develop
...
* master:
add jetbrains blog post
additional updates
update latest news pages
fix addl broken link
fix link
build: use `tsx` instead of `ts-node-esm`
verbiage updates
feat: Track outbound links in plausible
update getting started page
add blog post
chore: Update promo link
docs: Holiday promo v2
Update packages/mermaid/src/docs/.vitepress/components/TopBar.vue
update announcements page
update announcement bar verbiage
2024-01-11 10:22:25 +05:30
Sidharth Vinod
977a3f2246
Merge branch 'develop' into release/10.6.2
...
* develop: (22 commits)
chore(deps): update all minor dependencies
adds corresponding change in docs/ecosystem
Adds Unison programming language to community integrations list
Fixed parser/tests
Update docs
Update classDiagram.md
Update classDiagram.md
Update docs
Update packages/mermaid/src/diagrams/class/classDb.ts
Update packages/mermaid/src/docs/syntax/classDiagram.md
Update packages/mermaid/src/diagrams/class/classDb.ts
chore(deps): update all minor dependencies
Update generics docs
Update docs
Address potential undefined
refactor: Move maxEdges out of flowchart config.
refactor: Move maxEdges out of flowchart config.
chore: Add maxEdges to secure list
Update packages/mermaid/src/diagrams/class/classDb.ts
Update docs
...
2024-01-11 10:19:00 +05:30
Sidharth Vinod
54446f1ec5
Merge pull request #4941 from rflban/fix/1294_exhaustive-clear-sequenceDb-variables
...
fix/1294_exhaustive-clear-sequenceDb-variables
2024-01-11 04:48:36 +00:00
Sidharth Vinod
1b20fe9723
Merge branch 'develop' into pr/rflban/4941
...
* develop: (200 commits)
chore(deps): update all minor dependencies
adds corresponding change in docs/ecosystem
Adds Unison programming language to community integrations list
Fixed parser/tests
Update docs
Update classDiagram.md
Update classDiagram.md
Update docs
Update packages/mermaid/src/diagrams/class/classDb.ts
Update packages/mermaid/src/docs/syntax/classDiagram.md
Update packages/mermaid/src/diagrams/class/classDb.ts
chore(deps): update all minor dependencies
Update generics docs
Update docs
Address potential undefined
refactor: Move maxEdges out of flowchart config.
refactor: Move maxEdges out of flowchart config.
chore: Add maxEdges to secure list
Update docs
Update NiceGuy.io links in integrations-community.md
...
2024-01-11 09:44:40 +05:30
Sidharth Vinod
0ac339494f
chore: Minor cleanup of imperativeState
2024-01-11 09:42:56 +05:30
Sidharth Vinod
34e0942fa2
Merge pull request #5172 from mermaid-js/renovate/all-minor
...
chore(deps): update all minor dependencies (minor)
2024-01-10 17:10:14 +00:00
Sidharth Vinod
2b3dee6e45
Merge pull request #5180 from rlmark/develop
...
Adds Unison programming language to community integrations list
2024-01-10 17:09:24 +00:00
renovate[bot]
8383b1b9bc
chore(deps): update all minor dependencies
2024-01-10 15:44:22 +00:00
Rebecca Mark
303e5be16c
adds corresponding change in docs/ecosystem
2024-01-09 12:31:35 -08:00
Nikolay Rozhkov
e628f64a93
Empty
2024-01-05 21:22:56 +03:00
nirname
be7c6377ca
Update docs
2024-01-05 18:08:31 +00:00
Nikolay Rozhkov
5f9b965be3
Linters
2024-01-05 21:05:10 +03:00
Nikolay Rozhkov
6d5f33856c
Fixed redirects
2024-01-05 19:33:15 +03:00
Nikolay Rozhkov
e0bd684248
Removed duplicated docs, keep community folder name
2024-01-05 18:02:13 +03:00
Nikolay Rozhkov
17312a0232
Cleanup
2024-01-05 17:37:34 +03:00
nirname
a05aba4cc9
Update docs
2024-01-05 14:19:54 +00:00
Nikolay Rozhkov
3c27f46c57
Fixed dead links
2024-01-05 17:16:07 +03:00
nirname
9ccb340d63
Update docs
2024-01-05 13:56:36 +00:00
Nikolay Rozhkov
9aaf63139a
Removed unused files
2024-01-05 16:53:31 +03:00
Nikolay Rozhkov
67dde70bec
Fixes
2024-01-05 16:36:12 +03:00
Rebecca Mark
54db85bfea
Adds Unison programming language to community integrations list
2024-01-04 13:27:02 -08:00
Nikolay Rozhkov
98cf63ebb2
Merge branch 'develop' into docs/2910_update-contributing-guidelines
2024-01-04 04:14:18 +03:00
nirname
a32e72b660
Update docs
2024-01-04 01:12:59 +00:00