You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_data/features.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"imageFolder": "./images/pictograms/",
31
31
"imageFile": "edge_blue.png",
32
32
"imageAlt": " edge management.",
33
-
"content": "FlowFuse allows you to deploy and manage Node-RED instances out to <a href='/solutions/edge-connectivity/'>edge devices</a>. This allows you to deploy the exact same instance out to hundreds or thousands of edge devices and monitor their status."
33
+
"content": "FlowFuse allows you to deploy and manage Node-RED instances out to <a href='/use-cases/edge-connectivity/'>edge devices</a>. This allows you to deploy the exact same instance out to hundreds or thousands of edge devices and monitor their status."
Copy file name to clipboardExpand all lines: src/index.njk
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,19 @@ capabilities:
28
28
imagePath: "images/home/home-dashboard.png"
29
29
imageAlt: "FlowFuse Dashboard"
30
30
solutions:
31
-
- href: "/solutions/it-ot-middleware/"
31
+
- href: "/use-cases/it-ot-middleware/"
32
32
image: "./images/home/home-itot-middleware.png"
33
33
imageAlt: "Image of workers on a factory shop floor with desks, computers and dashboards on the screen"
34
34
icon: "components/icons/cog.svg"
35
35
title: "IT/OT Middleware"
36
36
description: "Connect disparate systems and industrial protocols with a unified platform. Accelerate development and enable seamless collaboration between IT and OT teams to optimize real-time data flow."
37
-
- href: "/solutions/scada/"
37
+
- href: "/use-cases/scada/"
38
38
image: "./images/home/home-scada.png"
39
39
imageAlt: "Image of a woman working on a computer with industrial dashboards on the screen in industrial environment"
description: "Modernize your SCADA systems with a modular and flexible platform. Build custom interfaces and control logic in a fraction of the time, gaining full visibility of your operations in an agile and secure way."
43
-
- href: "/solutions/mes/"
43
+
- href: "/use-cases/mes/"
44
44
image: "./images/home/home-mes.png"
45
45
imageAlt: "A factory centrally connected with various devices and systems"
Copy file name to clipboardExpand all lines: src/landing/plc.njk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ resources:
322
322
<pclass="font-light text-gray-600">
323
323
Use FlowFuse as the adapter layer between your PLCs and an MQTT-based UNS. Normalize data from Siemens, Allen-Bradley, and legacy equipment into a common topic hierarchy.
324
324
</p>
325
-
<ahref="/solutions/uns/"class="text-indigo-600 text-sm font-medium hover:underline">Learn about UNS →</a>
325
+
<ahref="/use-cases/uns/"class="text-indigo-600 text-sm font-medium hover:underline">Learn about UNS →</a>
Copy file name to clipboardExpand all lines: src/node-red/index.njk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ meta:
21
21
answer: >
22
22
Node-RED can be used for a wide variety of use cases, including:
23
23
<ul>
24
-
<li>The <ahref='/solutions/it-ot-middleware/'>manufacturing industry</a> uses Node-RED for collecting data from different pieces of factory equipment.</li>
24
+
<li>The <ahref='/use-cases/it-ot-middleware/'>manufacturing industry</a> uses Node-RED for collecting data from different pieces of factory equipment.</li>
25
25
<li>Creating dashboards that visualize data and allow for event triggers to occur based on the data.</li>
26
26
<li>Developing chatbot platforms that can collect interactions of a wide variety of social media platforms.</li>
27
27
<li>Extract, transform and integrate data from many different sources in the enterprise.</li>
0 commit comments