Compare commits

...

1 Commits

Author SHA1 Message Date
dwelle
5dbdbb0b6b docs: add excalidraw codebase section 2023-02-18 11:47:37 +01:00
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: Introduction to the codebase
slug: ../
---
This section is documenting the Excalidraw codebase itself for developers who want to contribute to the project.

View File

@ -92,6 +92,16 @@ const sidebars = {
"@excalidraw/excalidraw/development",
],
},
{
type: "category",
label: "Excalidraw codebase",
link: {
type: "doc",
id: "codebase/introduction-to-the-codebase",
},
items: [],
},
],
};