From bd69928398600a24a298fb144eaf114e92b26b2f Mon Sep 17 00:00:00 2001 From: Tim Macdonald <tim@metabase.com> Date: Mon, 11 Mar 2024 13:38:41 +0000 Subject: [PATCH] Add Marginalia link to the Developer Guide (#39937) --- docs/developers-guide/start.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developers-guide/start.md b/docs/developers-guide/start.md index 1497c464965..75ff1c15ad6 100644 --- a/docs/developers-guide/start.md +++ b/docs/developers-guide/start.md @@ -23,6 +23,7 @@ This guide contains detailed information on how to work on Metabase codebase. - [How to work with the frontend code](frontend.md) - [How to add support in Metabase for other languages](internationalization.md) - [Working with Clojure](clojure.md) +- [Annotated Clojure source code](https://metabase-dev-docs.github.io/) ## Testing -- GitLab