Skip to content

Commit 67918ee

Browse files
committed
Restructure Solutions nav into 3 columns: By Use Case, By Protocol, By Team
Protocol column now includes data workflow sub-options: Data Acquisition, Data Transformation, Data Deployment, Data Storage, Data Visualisation. Updated useCases.yaml to match the new categories.
1 parent 61bde4e commit 67918ee

File tree

2 files changed

+62
-42
lines changed

2 files changed

+62
-42
lines changed

src/_data/useCases.yaml

Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -23,60 +23,75 @@ useCases:
2323
description: "Collect industrial data from any source with FlowFuse. Support for OPC-UA, MQTT, Modbus, and more."
2424
keywords: "data acquisition, industrial data, FlowFuse, IoT data collection"
2525

26-
- slug: machine-monitoring
27-
name: Machine Monitoring
26+
- slug: data-transformation
27+
name: Data Transformation
2828
description: >
29-
Monitor machine health, performance, and status in real time. Build
30-
dashboards, set up alerts, and track OEE across your entire
31-
production floor.
29+
Transform, enrich, and normalize data between industrial systems.
30+
Convert protocols, reshape payloads, and apply business logic to
31+
raw machine data before it reaches downstream systems.
3232
heroDescription: >
33-
Build real-time machine monitoring dashboards with FlowFuse.
34-
Connect any equipment, visualize KPIs, and get alerted to
35-
issues before they cause downtime.
33+
Transform industrial data with FlowFuse. Convert formats, enrich
34+
payloads, and apply business logic — all with low-code flows.
3635
relatedProtocols:
3736
- opc-ua
38-
- s7
39-
- ethernet-ip
37+
- mqtt
38+
- modbus
39+
- http-rest
4040
meta:
41-
title: "Machine Monitoring with FlowFuse"
42-
description: "Monitor machines in real time with FlowFuse. Build dashboards, track OEE, and reduce downtime."
43-
keywords: "machine monitoring, industrial IoT, real-time dashboards, OEE, FlowFuse"
41+
title: "Data Transformation with FlowFuse"
42+
description: "Transform and normalize industrial data with FlowFuse. Protocol conversion, payload reshaping, and more."
43+
keywords: "data transformation, protocol conversion, industrial data, FlowFuse"
4444

45-
- slug: predictive-maintenance
46-
name: Predictive Maintenance
45+
- slug: data-deployment
46+
name: Data Deployment
4747
description: >
48-
Use data-driven insights to predict equipment failures before they
49-
occur. Collect vibration, temperature, and operational data to build
50-
maintenance models.
48+
Deploy data flows and applications to edge devices and remote sites
49+
at scale. Manage, update, and monitor deployments across your entire
50+
fleet from a central platform.
5151
heroDescription: >
52-
Implement predictive maintenance workflows with FlowFuse. Collect
53-
sensor data, detect anomalies, and prevent unplanned downtime.
52+
Deploy industrial data flows at scale with FlowFuse. Push to edge
53+
devices, manage remote sites, and keep your fleet in sync.
5454
relatedProtocols:
55-
- opc-ua
5655
- mqtt
57-
- modbus
56+
- http-rest
57+
meta:
58+
title: "Data Deployment with FlowFuse"
59+
description: "Deploy data flows to edge devices at scale with FlowFuse. Centralized management for distributed architectures."
60+
keywords: "data deployment, edge deployment, fleet management, FlowFuse, IoT"
61+
62+
- slug: data-storage
63+
name: Data Storage
64+
description: >
65+
Route industrial data to databases, historians, and data lakes.
66+
Connect to time-series databases, SQL stores, cloud storage, and
67+
enterprise data platforms.
68+
heroDescription: >
69+
Store industrial data anywhere with FlowFuse. Connect to databases,
70+
historians, and cloud platforms with pre-built integrations.
71+
relatedProtocols:
72+
- mqtt
73+
- http-rest
74+
- opc-ua
5875
meta:
59-
title: "Predictive Maintenance with FlowFuse"
60-
description: "Implement predictive maintenance with FlowFuse. Collect sensor data and detect anomalies early."
61-
keywords: "predictive maintenance, condition monitoring, FlowFuse, industrial IoT"
76+
title: "Data Storage with FlowFuse"
77+
description: "Route industrial data to any storage with FlowFuse. Databases, historians, cloud platforms, and more."
78+
keywords: "data storage, industrial data, time-series database, data historian, FlowFuse"
6279

63-
- slug: protocol-conversion
64-
name: Protocol Conversion
80+
- slug: data-visualisation
81+
name: Data Visualisation
6582
description: >
66-
Translate between different industrial protocols to unify your data
67-
infrastructure. Bridge OT and IT networks without replacing existing
68-
equipment.
83+
Build real-time dashboards and visualisations for industrial data.
84+
Monitor machine health, track KPIs, and display production metrics
85+
with customisable, low-code interfaces.
6986
heroDescription: >
70-
Convert between any industrial protocols with FlowFuse. Bridge
71-
legacy equipment to modern systems without middleware complexity.
87+
Visualise industrial data in real time with FlowFuse. Build
88+
dashboards, monitor KPIs, and share insights across your organisation.
7289
relatedProtocols:
7390
- opc-ua
91+
- mqtt
7492
- modbus
7593
- s7
76-
- mqtt
77-
- ethernet-ip
78-
- http-rest
7994
meta:
80-
title: "Protocol Conversion with FlowFuse"
81-
description: "Convert between industrial protocols with FlowFuse. Bridge OPC-UA, Modbus, MQTT, and more."
82-
keywords: "protocol conversion, protocol gateway, industrial integration, FlowFuse"
95+
title: "Data Visualisation with FlowFuse"
96+
description: "Build real-time industrial dashboards with FlowFuse. Monitor machines, track KPIs, and visualise production data."
97+
keywords: "data visualisation, industrial dashboards, real-time monitoring, FlowFuse, IoT"

src/_includes/layouts/base.njk

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,18 +261,23 @@ eleventyComputed:
261261
</ul>
262262
{% endnavoption %}
263263
{% navoption "Solutions", null, 0 %}
264-
<ul class="narrow sm:grid sm:grid-flow-col sm:grid-rows-5 sm:grid-cols-3 sm:pr-1 align-left sm:auto-rows-auto items-center">
265-
{% navoption "Use Cases", null, 1, null, true, "pl-3 title border-l-2" %}{% endnavoption %}
264+
<ul class="narrow sm:grid sm:grid-flow-col sm:grid-rows-8 sm:grid-cols-3 sm:pr-1 align-left sm:auto-rows-auto items-center">
265+
{% navoption "By Use Case", null, 1, null, true, "pl-3 title border-l-2" %}{% endnavoption %}
266266
<ul class="sub-menu grid grid-rows-subgrid row-span-4 ml-7 auto-rows-auto border-l-2">
267267
{% navoption "IT/OT Middleware", "/solutions/it-ot-middleware/", 1, "cog" %}{% endnavoption %}
268268
{% navoption "Unified Namespace", "/solutions/uns/", 1, "uns" %}{% endnavoption %}
269269
{% navoption "SCADA", "/solutions/scada/", 1, "adjustments-horizontal" %}{% endnavoption %}
270270
{% navoption "MES", "/solutions/mes/", 1, "chart" %}{% endnavoption %}
271271
</ul>
272-
{% navoption "Protocols", null, 1, null, true, "pl-3 title border-l-2" %}{% endnavoption %}
273-
<ul class="sub-menu grid grid-rows-subgrid row-span-2 ml-7 auto-rows-auto border-l-2">
272+
{% navoption "By Protocol", null, 1, null, true, "pl-3 title border-l-2" %}{% endnavoption %}
273+
<ul class="sub-menu grid grid-rows-subgrid row-span-7 ml-7 auto-rows-auto border-l-2">
274274
{% navoption "Browse All", "/solutions/protocols/", 1, "chip" %}{% endnavoption %}
275275
{% navoption "Connect X to Y", "/solutions/connect/", 1, "squares-plus" %}{% endnavoption %}
276+
{% navoption "Data Acquisition", "/solutions/use-cases/data-acquisition/", 1, "arrow-small-down" %}{% endnavoption %}
277+
{% navoption "Data Transformation", "/solutions/use-cases/data-transformation/", 1, "arrows-right-left" %}{% endnavoption %}
278+
{% navoption "Data Deployment", "/solutions/use-cases/data-deployment/", 1, "rocket-launch" %}{% endnavoption %}
279+
{% navoption "Data Storage", "/solutions/use-cases/data-storage/", 1, "circle-stack" %}{% endnavoption %}
280+
{% navoption "Data Visualisation", "/solutions/use-cases/data-visualisation/", 1, "chart" %}{% endnavoption %}
276281
</ul>
277282
{% navoption "By Team", null, 1, null, true, "pl-3 title border-l-2" %}{% endnavoption %}
278283
<ul class="sub-menu grid grid-rows-subgrid row-span-4 ml-7 auto-rows-auto border-l-2">

0 commit comments

Comments
 (0)