From e2c76cdf88d824482cd9abd1b6bf7e088ba5be19 Mon Sep 17 00:00:00 2001 From: RRM123 Date: Mon, 28 Mar 2022 21:39:43 -0400 Subject: [PATCH] Made README.md point to developer-guide.md. Resolves #258 Signed-off-by: RRM123 --- dashboard/origin-mlx/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dashboard/origin-mlx/README.md b/dashboard/origin-mlx/README.md index b142e9b3..d5447c6e 100644 --- a/dashboard/origin-mlx/README.md +++ b/dashboard/origin-mlx/README.md @@ -214,6 +214,9 @@ which matches a previous request and the difference of the time between the two To invalidate or hard reset the cache, navigate to the settings page (clicking the three dots at the bottom of the sidebar) and click on the `Reset Cache` button. +# Development Guidlines: +For information on UI code structure, design principles, etc. check out the [MLX Developer Guide](developer-guide.md). + # Project Overview: ![MLX Overview](src/images/image1.png)