From da8d2f300eeef48951ee2ebe13e392b174ae5024 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Tue, 4 Aug 2026 22:07:00 +0200 Subject: [PATCH 1/2] Add a Platform page under Platform > Product The website explains what FlowFuse does and why it matters, but never what the platform is made of or how the pieces fit together, so there is no page to send a technical evaluator to after the homepage. Adds /platform/ covering the two ways FlowFuse distributes and manages code, the major components grouped by what they do, an end-to-end architecture diagram, the six design patterns, and where Node-RED actually sits. The diagram is a placehold.co stand-in pending an art request. Wires it into the top nav and the footer under Platform > Product, ahead of Features. --- src/_includes/layouts/base.njk | 4 +- src/platform/index.njk | 348 +++++++++++++++++++++++++++++++++ 2 files changed, 351 insertions(+), 1 deletion(-) create mode 100644 src/platform/index.njk diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index ceb8057f15..3feed545a7 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -193,7 +193,8 @@ eleventyComputed: {% set hl = navHighlights.platform %}{% include "components/nav-highlight.njk" %} {% navoption "Product", null, 1, null, true, "pl-3 title border-l-2 xl:col-start-2 xl:row-start-1" %}{% endnavoption %}
  • -