diff --git a/dev-docs/docs/codebase/introduction-to-the-codebase.mdx b/dev-docs/docs/codebase/introduction-to-the-codebase.mdx new file mode 100644 index 000000000..49d7b89ef --- /dev/null +++ b/dev-docs/docs/codebase/introduction-to-the-codebase.mdx @@ -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. diff --git a/dev-docs/sidebars.js b/dev-docs/sidebars.js index 00879c12f..f7839bd31 100644 --- a/dev-docs/sidebars.js +++ b/dev-docs/sidebars.js @@ -92,6 +92,16 @@ const sidebars = { "@excalidraw/excalidraw/development", ], }, + + { + type: "category", + label: "Excalidraw codebase", + link: { + type: "doc", + id: "codebase/introduction-to-the-codebase", + }, + items: [], + }, ], };