Files
excalidraw/dev-docs/docs/@excalidraw/mermaid-to-excalidraw/codebase/codebase.mdx
T
2026-01-24 22:28:19 +01:00

8 lines
511 B
Plaintext

# 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.