Compare commits
1 Commits
master
...
dwelle/doc
Author | SHA1 | Date | |
---|---|---|---|
|
5dbdbb0b6b |
6
dev-docs/docs/codebase/introduction-to-the-codebase.mdx
Normal file
6
dev-docs/docs/codebase/introduction-to-the-codebase.mdx
Normal 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.
|
@ -92,6 +92,16 @@ const sidebars = {
|
|||||||
"@excalidraw/excalidraw/development",
|
"@excalidraw/excalidraw/development",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Excalidraw codebase",
|
||||||
|
link: {
|
||||||
|
type: "doc",
|
||||||
|
id: "codebase/introduction-to-the-codebase",
|
||||||
|
},
|
||||||
|
items: [],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user