From 9c8e34d91210c9393a51fd25cc7be6ac6cac8a54 Mon Sep 17 00:00:00 2001 From: Banjo_Queen Date: Sun, 24 May 2026 01:28:06 +0200 Subject: [PATCH] docs(setup): drop stray "design" from dashboard requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Setup Guide listed "Node.js/npm if rebuilding the dashboard design" under Requirements, while the canonical README lists "Node.js/npm if rebuilding the dashboard". The repo has no separate "dashboard design" artifact — the dashboard is the React app in dashboard-ui/, as that package's README makes explicit. Align setup.md with the README so first-time readers see the same requirement in both places. Co-authored-by: Christian Katzmann <123303433+Christian-Katzmann@users.noreply.github.com> --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 333ffdf..2ff608b 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -6,7 +6,7 @@ - Homebrew - Python 3.11+ - `uv` for Python CLI tools -- Node.js/npm if rebuilding the dashboard design +- Node.js/npm if rebuilding the dashboard ## Install