From c8daf9aa432139c50fd97b7311b0d0d0741b80d8 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 24 Apr 2025 12:53:04 +0530 Subject: [PATCH] docs: Update tiny doc --- docs/config/usage.md | 5 +++-- packages/mermaid/src/docs/config/usage.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/config/usage.md b/docs/config/usage.md index b7cd2874d..e157d1827 100644 --- a/docs/config/usage.md +++ b/docs/config/usage.md @@ -100,8 +100,9 @@ Mermaid can load multiple diagrams, in the same page. ## Tiny Mermaid -We have a smaller version of mermaid that is almost half the size of the full library. -If you need a leaner version without some additional features, you can use the [Mermaid Tiny](https://github.com/mermaid-js/mermaid/tree/develop/packages/tiny) library. +We offer a smaller version of Mermaid that's approximately half the size of the full library. This tiny version doesn't support Mindmap Diagrams, Architecture Diagrams, KaTeX rendering, or lazy loading. + +If you need a more lightweight version without these features, you can use [Mermaid Tiny](https://github.com/mermaid-js/mermaid/tree/develop/packages/tiny). ## Enabling Click Event and Tags in Nodes diff --git a/packages/mermaid/src/docs/config/usage.md b/packages/mermaid/src/docs/config/usage.md index b48495151..9e82ab87a 100644 --- a/packages/mermaid/src/docs/config/usage.md +++ b/packages/mermaid/src/docs/config/usage.md @@ -94,8 +94,9 @@ Mermaid can load multiple diagrams, in the same page. ## Tiny Mermaid -We have a smaller version of mermaid that is almost half the size of the full library. -If you need a leaner version without some additional features, you can use the [Mermaid Tiny](https://github.com/mermaid-js/mermaid/tree/develop/packages/tiny) library. +We offer a smaller version of Mermaid that's approximately half the size of the full library. This tiny version doesn't support Mindmap Diagrams, Architecture Diagrams, KaTeX rendering, or lazy loading. + +If you need a more lightweight version without these features, you can use [Mermaid Tiny](https://github.com/mermaid-js/mermaid/tree/develop/packages/tiny). ## Enabling Click Event and Tags in Nodes