diff --git a/docs/news/announcements.md b/docs/news/announcements.md index fecc79375..a8a67343d 100644 --- a/docs/news/announcements.md +++ b/docs/news/announcements.md @@ -28,13 +28,23 @@ Thank you for being part of our story. Here's to creating, innovating, and colla Knut Sveidqvist 馃鈥嶁檪锔忊湪 -## Mermaid Chart's Visual Editor for Flowcharts +## Mermaid Chart's Visual Editor for Flowcharts and Sequence diagrams -The Mermaid Chart team is excited to introduce a new Visual Editor for flowcharts, enabling users of all skill levels to create diagrams easily and efficiently, with both GUI and code-based editing options. +The Mermaid Chart team is excited to introduce a new Visual Editor for Flowcharts and Sequence diagrams, enabling users of all skill levels to create diagrams easily and efficiently, with both GUI and code-based editing options. -Create flowchart nodes, connect them with edges, update shapes, change colors, and edit labels with just a few clicks that automatically reflect in your diagram鈥檚 code for easy customizability. +Learn more: -Read more about it in our latest [BLOG POST](https://www.mermaidchart.com/blog/posts/mermaid-chart-releases-new-visual-editor-for-flowcharts) and watch a [DEMO VIDEO](https://www.youtube.com/watch?v=5aja0gijoO0) on our YouTube page. +- Visual Editor For Flowcharts + + - [Blog post](https://www.mermaidchart.com/blog/posts/mermaid-chart-releases-new-visual-editor-for-flowcharts) + + - [Demo video](https://www.youtube.com/watch?v=5aja0gijoO0) + +- Visual Editor For Sequence diagrams + + - [Blog post](https://www.mermaidchart.com/blog/posts/mermaid-chart-unveils-visual-editor-for-sequence-diagrams) + + - [Demo video](https://youtu.be/imc2u5_N6Dc) ## 馃摉 Blog posts diff --git a/docs/news/blog.md b/docs/news/blog.md index b881c7196..d88c9ed23 100644 --- a/docs/news/blog.md +++ b/docs/news/blog.md @@ -6,6 +6,18 @@ # Blog +## [Mermaid Chart Unveils Visual Editor for Sequence Diagrams](https://www.mermaidchart.com/blog/posts/mermaid-chart-unveils-visual-editor-for-sequence-diagrams/) + +8 April 2024 路 5 mins + +Sequence diagrams are excellent tools for communication and documentation. + +## [Modeling system states: It starts with a Turing machine](https://www.mermaidchart.com/blog/posts/modeling-system-states/) + +27 March 2024 路 12 mins + +In computer science, there are a few fundamental papers that, without exaggeration, changed everything. + ## [Mermaid Chart Raises $7.5M to Reinvent Visual Collaboration for Enterprises](https://www.mermaidchart.com/blog/posts/mermaid-chart-raises-7.5m-to-reinvent-visual-collaoration-for-enterprises/) 20 March 2024 路 4 mins diff --git a/packages/mermaid/src/docs/news/announcements.md b/packages/mermaid/src/docs/news/announcements.md index 7191fa617..6323c0f7d 100644 --- a/packages/mermaid/src/docs/news/announcements.md +++ b/packages/mermaid/src/docs/news/announcements.md @@ -26,13 +26,23 @@ Thank you for being part of our story. Here's to creating, innovating, and colla Knut Sveidqvist 馃鈥嶁檪锔忊湪 -## Mermaid Chart's Visual Editor for Flowcharts +## Mermaid Chart's Visual Editor for Flowcharts and Sequence diagrams -The Mermaid Chart team is excited to introduce a new Visual Editor for flowcharts, enabling users of all skill levels to create diagrams easily and efficiently, with both GUI and code-based editing options. +The Mermaid Chart team is excited to introduce a new Visual Editor for Flowcharts and Sequence diagrams, enabling users of all skill levels to create diagrams easily and efficiently, with both GUI and code-based editing options. -Create flowchart nodes, connect them with edges, update shapes, change colors, and edit labels with just a few clicks that automatically reflect in your diagram鈥檚 code for easy customizability. +Learn more: -Read more about it in our latest [BLOG POST](https://www.mermaidchart.com/blog/posts/mermaid-chart-releases-new-visual-editor-for-flowcharts) and watch a [DEMO VIDEO](https://www.youtube.com/watch?v=5aja0gijoO0) on our YouTube page. +- Visual Editor For Flowcharts + + - [Blog post](https://www.mermaidchart.com/blog/posts/mermaid-chart-releases-new-visual-editor-for-flowcharts) + + - [Demo video](https://www.youtube.com/watch?v=5aja0gijoO0) + +- Visual Editor For Sequence diagrams + + - [Blog post](https://www.mermaidchart.com/blog/posts/mermaid-chart-unveils-visual-editor-for-sequence-diagrams) + + - [Demo video](https://youtu.be/imc2u5_N6Dc) ## 馃摉 Blog posts diff --git a/packages/mermaid/src/docs/news/blog.md b/packages/mermaid/src/docs/news/blog.md index 13d331299..267bd48a6 100644 --- a/packages/mermaid/src/docs/news/blog.md +++ b/packages/mermaid/src/docs/news/blog.md @@ -1,5 +1,17 @@ # Blog +## [Mermaid Chart Unveils Visual Editor for Sequence Diagrams](https://www.mermaidchart.com/blog/posts/mermaid-chart-unveils-visual-editor-for-sequence-diagrams/) + +8 April 2024 路 5 mins + +Sequence diagrams are excellent tools for communication and documentation. + +## [Modeling system states: It starts with a Turing machine](https://www.mermaidchart.com/blog/posts/modeling-system-states/) + +27 March 2024 路 12 mins + +In computer science, there are a few fundamental papers that, without exaggeration, changed everything. + ## [Mermaid Chart Raises $7.5M to Reinvent Visual Collaboration for Enterprises](https://www.mermaidchart.com/blog/posts/mermaid-chart-raises-7.5m-to-reinvent-visual-collaoration-for-enterprises/) 20 March 2024 路 4 mins diff --git a/packages/mermaid/src/schemas/config.schema.yaml b/packages/mermaid/src/schemas/config.schema.yaml index f10dc30b2..d1bb8ad1b 100644 --- a/packages/mermaid/src/schemas/config.schema.yaml +++ b/packages/mermaid/src/schemas/config.schema.yaml @@ -24,7 +24,7 @@ # you may need to add it to `.build/jsonSchema.ts`, `src/docs.mts` # and `scripts/create-types-from-json-schema.mjs` # to get the default values/docs/types to generate properly. -$id: https://mermaid-js.github.io/schemas/config.schema.json +$id: https://mermaid.js.org/schemas/config.schema.json $schema: https://json-schema.org/draft/2019-09/schema title: Mermaid Config type: object