From ae285dbf5eb3fb6a976e5bfa14a0c16137bc641a Mon Sep 17 00:00:00 2001 From: Claude Opus 5 Date: Thu, 30 Jul 2026 10:45:43 +0200 Subject: [PATCH] Point Browse drivers at the published device catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Build section linked to github.com/srcfl/ftw/tree/master/drivers, a directory that holds no driver source — the Lua files are gitignored there and fetched at build time, so the only thing on that page is BUNDLED_SOURCE.json. A visitor following "Browse drivers" found no drivers to browse. srcfl/device-drivers now publishes a searchable catalog of all 80 drivers, generated from its manifests and driver sources. That link replaces the dead one, and the catalog also gets a Devices item in the primary nav and a footer entry under Project. Signed-off-by: Hugo Karlsson <48095810+HuggeK@users.noreply.github.com> Co-authored-by: HuggeK <48095810+HuggeK@users.noreply.github.com> --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c1fb057..c139fe6 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,7 @@