From bc297e5e496d9f48ef77581b7fb41fdf328a62cf Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 15 Mar 2026 16:19:35 -0400 Subject: refactor: dev-docs/ --- .../docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx (limited to 'dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx') diff --git a/dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx b/dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx new file mode 100644 index 0000000..02a48ee --- /dev/null +++ b/dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx @@ -0,0 +1,7 @@ +# Codebase + +The Codebase is divided into 2 Sections + +* [How Parser Works under the hood](/docs/@excalidraw/mermaid-to-excalidraw/codebase/parser) - If you are interested in understanding and deep diving into inner workings of the Parser, then make sure to checkout this section. + +* [Adding a new diagram type](/docs/@excalidraw/mermaid-to-excalidraw/codebase/new-diagram-type) - If you want to help us make the mermaid to Excalidraw Parser more powerful, you will find all information in this section to do so. -- cgit v1.2.3