diff options
Diffstat (limited to 'dev-docs/docs/introduction/get-started.mdx')
| -rw-r--r-- | dev-docs/docs/introduction/get-started.mdx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-docs/docs/introduction/get-started.mdx b/dev-docs/docs/introduction/get-started.mdx new file mode 100644 index 0000000..c5d9ab0 --- /dev/null +++ b/dev-docs/docs/introduction/get-started.mdx @@ -0,0 +1,17 @@ +--- +title: Introduction +slug: ../ +--- + +## Try now + +Go to [excalidraw.com](https://excalidraw.com) to start sketching. + +## How are these docs structured + +These docs are focused on developers, and structured in the following way: + +- [Introduction](/docs/) — development setup and introduction. +- [@excalidraw/excalidraw](/docs/@excalidraw/excalidraw/installation) — docs for the npm package to help you integrate Excalidraw into your own app. +- Editor — IN PROGRESS. Docs describing the internals of the Excalidraw editor to help in contributing to the codebase. +- [@excalidraw/mermaid-to-excalidraw](/docs/@excalidraw/mermaid-to-excalidraw/installation) - Docs for the mermaid to excalidraw parser |
