Skip to content

Commit 6699570

Browse files
committed
Move solutions to use cases
1 parent b6942cb commit 6699570

16 files changed

Lines changed: 29 additions & 45 deletions

File tree

src/_data/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"imageFolder": "./images/pictograms/",
3131
"imageFile": "edge_blue.png",
3232
"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."
3434
},{
3535
"title": "Software Delivery Pipelines",
3636
"imageFolder": "./images/pictograms/",

src/_includes/layouts/base.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ eleventyComputed:
219219
{% navoption "By Use Case", null, 1, null, true, "pl-3 title border-l-2 sm:col-start-2 sm:row-start-1" %}{% endnavoption %}
220220
<li class="contents">
221221
<ul class="sub-menu grid grid-rows-subgrid row-span-6 ml-7 auto-rows-auto border-l-2 sm:col-start-2 sm:row-start-2">
222-
{% navoption "IT/OT middleware", "/solutions/it-ot-middleware/", 1, "cog" %}{% endnavoption %}
223-
{% navoption "Unified Namespace", "/solutions/uns/", 1, "uns" %}{% endnavoption %}
224-
{% navoption "SCADA", "/solutions/scada/", 1, "adjustments-horizontal" %}{% endnavoption %}
225-
{% navoption "MES", "/solutions/mes/", 1, "chart" %}{% endnavoption %}
226-
{% navoption "Edge Connectivity", "/solutions/edge-connectivity/", 1, "chip" %}{% endnavoption %}
227-
{% navoption "Data integration", "/solutions/data-integration/", 1, "db" %}{% endnavoption %}
222+
{% navoption "IT/OT middleware", "/use-cases/it-ot-middleware/", 1, "cog" %}{% endnavoption %}
223+
{% navoption "Unified Namespace", "/use-cases/uns/", 1, "uns" %}{% endnavoption %}
224+
{% navoption "SCADA", "/use-cases/scada/", 1, "adjustments-horizontal" %}{% endnavoption %}
225+
{% navoption "MES", "/use-cases/mes/", 1, "chart" %}{% endnavoption %}
226+
{% navoption "Edge Connectivity", "/use-cases/edge-connectivity/", 1, "chip" %}{% endnavoption %}
227+
{% navoption "Data integration", "/use-cases/data-integration/", 1, "db" %}{% endnavoption %}
228228
</ul>
229229
</li>
230230
</ul>

src/index.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ capabilities:
2828
imagePath: "images/home/home-dashboard.png"
2929
imageAlt: "FlowFuse Dashboard"
3030
solutions:
31-
- href: "/solutions/it-ot-middleware/"
31+
- href: "/use-cases/it-ot-middleware/"
3232
image: "./images/home/home-itot-middleware.png"
3333
imageAlt: "Image of workers on a factory shop floor with desks, computers and dashboards on the screen"
3434
icon: "components/icons/cog.svg"
3535
title: "IT/OT Middleware"
3636
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/"
3838
image: "./images/home/home-scada.png"
3939
imageAlt: "Image of a woman working on a computer with industrial dashboards on the screen in industrial environment"
4040
icon: "components/icons/adjustments-horizontal.svg"
4141
title: "SCADA"
4242
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/"
4444
image: "./images/home/home-mes.png"
4545
imageAlt: "A factory centrally connected with various devices and systems"
4646
icon: "components/icons/chart.svg"

src/landing/plc.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ resources:
322322
<p class="font-light text-gray-600">
323323
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.
324324
</p>
325-
<a href="/solutions/uns/" class="text-indigo-600 text-sm font-medium hover:underline">Learn about UNS →</a>
325+
<a href="/use-cases/uns/" class="text-indigo-600 text-sm font-medium hover:underline">Learn about UNS →</a>
326326
</div>
327327
</div>
328328

src/llms.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ eleventyExcludeFromCollections: true
2121

2222
## Solutions
2323

24-
- [IT/OT Middleware]({{ site.baseURL }}/solutions/it-ot-middleware/): Connect industrial systems with enterprise IT
25-
- [Edge Connectivity]({{ site.baseURL }}/solutions/edge-connectivity/): Manage Node-RED at the edge
26-
- [Data Integration]({{ site.baseURL }}/solutions/data-integration/): Integrate industrial and enterprise data sources
27-
- [Unified Namespace (UNS)]({{ site.baseURL }}/solutions/uns/): UNS architecture with Node-RED and FlowFuse
28-
- [MES]({{ site.baseURL }}/solutions/mes/): Manufacturing Execution Systems integration
29-
- [SCADA]({{ site.baseURL }}/solutions/scada/): SCADA modernization with Node-RED
24+
- [IT/OT Middleware]({{ site.baseURL }}/use-cases/it-ot-middleware/): Connect industrial systems with enterprise IT
25+
- [Edge Connectivity]({{ site.baseURL }}/use-cases/edge-connectivity/): Manage Node-RED at the edge
26+
- [Data Integration]({{ site.baseURL }}/use-cases/data-integration/): Integrate industrial and enterprise data sources
27+
- [Unified Namespace (UNS)]({{ site.baseURL }}/use-cases/uns/): UNS architecture with Node-RED and FlowFuse
28+
- [MES]({{ site.baseURL }}/use-cases/mes/): Manufacturing Execution Systems integration
29+
- [SCADA]({{ site.baseURL }}/use-cases/scada/): SCADA modernization with Node-RED
3030

3131
## Platform
3232

src/node-red/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ meta:
2121
answer: >
2222
Node-RED can be used for a wide variety of use cases, including:
2323
<ul>
24-
<li>The <a href='/solutions/it-ot-middleware/'>manufacturing industry</a> uses Node-RED for collecting data from different pieces of factory equipment.</li>
24+
<li>The <a href='/use-cases/it-ot-middleware/'>manufacturing industry</a> uses Node-RED for collecting data from different pieces of factory equipment.</li>
2525
<li>Creating dashboards that visualize data and allow for event triggers to occur based on the data.</li>
2626
<li>Developing chatbot platforms that can collect interactions of a wide variety of social media platforms.</li>
2727
<li>Extract, transform and integrate data from many different sources in the enterprise.</li>

src/platform/features.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ hubspot:
7373
svgPath: "components/icons/arrows.svg",
7474
image1: "./images/home/connect_graphic.png",
7575
image1Alt: "Icons of communication protocols",
76-
url: "/solutions/edge-connectivity/"
76+
url: "/use-cases/edge-connectivity/"
7777
},
7878
{
7979
title: "Collect & Transform",
8080
text: "Gather and standardise data from various sources into a unified format for powerful insights.",
8181
svgPath: "components/icons/data-block.svg",
8282
image1: "./images/home/collect_graphic.png",
8383
image1Alt: "Icons of files formats",
84-
url: "/solutions/data-integration/"
84+
url: "/use-cases/data-integration/"
8585
},
8686
{
8787
title: "Visualise",

src/redirects.njk

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ eleventyExcludeFromCollections: true
8585
/blog/2024/09/using-amqp-with-node-red/ /node-red/protocol/amqp/ 301
8686
/blog/2024/08/using-lwm2m-with-node-red/ /node-red/protocol/lwm2m/ 301
8787
/blog/2024/07/sending-and-receiving-discord-messages-with-node-red/ /node-red/notification/discord/ 301
88-
/unified-namespace/ /solutions/uns/ 301
89-
/solutions/manufacturing/ /solutions/it-ot-middleware/ 301
88+
/unified-namespace/ /use-cases/uns/ 301
89+
/solutions/manufacturing/ /use-cases/it-ot-middleware/ 301
9090
/node-red/protocol/opa-ua/ /node-red/protocol/opc-ua/ 301
9191
/blog/2024/11/mqtt-common-pitfalls-industrial-data-operations/ /blog/2024/11/getting-the-most-out-of-mqtt-for-industrial-iot 301
9292
/handbook/customer/sales/subscription-agreement-1.5/ /handbook/sales/subscription-agreement-1.5/ 301
9393
/platform/cloud/ https://app.flowfuse.com/account/create/ 301
94-
/solutions/device-management/ /solutions/edge-connectivity/ 301
94+
/solutions/device-management/ /use-cases/edge-connectivity/ 301
9595
/blueprints/manufacturing/andon-task/ /blueprints/manufacturing/andon-system/ 301
9696
/landing/technology-migration-1/ /vs/kepware/ 301
9797
/landing/technology-migration-2/ /vs/kepware/ 301
@@ -134,5 +134,11 @@ eleventyExcludeFromCollections: true
134134
/handbook/development/releases/dashboard-2/ /handbook/engineering/releases/dashboard-2/
135135
/handbook/development/releases/process/ /handbook/engineering/releases/process/
136136
/handbook/development/releases/digital-ocean/ /handbook/engineering/releases/digital-ocean/
137+
/solutions/data-integration/ /use-cases/data-integration/ 301
138+
/solutions/edge-connectivity/ /use-cases/edge-connectivity/ 301
139+
/solutions/it-ot-middleware/ /use-cases/it-ot-middleware/ 301
140+
/solutions/mes/ /use-cases/mes/ 301
141+
/solutions/scada/ /use-cases/scada/ 301
142+
/solutions/uns/ /use-cases/uns/ 301
137143
/certified-nodes/ /integrations/?certified=1 301
138144
/certified-nodes/* /integrations/?certified=1 301

src/solutions/solutions.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)