Skip to content

Commit

Permalink
Merge pull request #2891 from FlowFuse/Hasmin-AC-patch-4
Browse files Browse the repository at this point in the history
Updated Ebook Content
  • Loading branch information
knolleary authored Dec 20, 2024
2 parents ab805e5 + 8d2fcc8 commit d4a4299
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/_includes/layouts/ebook.njk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hubspot:
<h5>Table of Contents</h5>
<ul class="text-left">
{% for item in contentTable %}
<li>{{ item }}</li>
<li>{{ item | safe }}</li>
{% endfor %}
</ul>
</div>
Expand Down
12 changes: 7 additions & 5 deletions src/ebooks/beginner-guide-to-a-professional-nodered.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ contentTitle: The Ultimate Beginner Guide to a Professional <span class="inline-
image: /images/ebooks/beginner-guide-node-red.png
thumbnail: /resources/images/ebook_-The-Ultimate-Beginner-Guide-to-a-Professional-Node-RED.png
meta:
title: The Ultimate Beginner guide to a Professional Node-RED
title: The Ultimate Beginner Guide to a Professional Node-RED
description: Here's your free guide to an enterprise-ready Node-RED. Learn all about Node-RED history to securing your flows and dashboard data visualization. Download now!
Keywords: Node-RED guide
hubspot:
Expand All @@ -14,12 +14,14 @@ contentTable:
- History of Node-RED
- Getting Started with Node-RED
- Node-RED Core Nodes
- Formatting your Node-RED Flows
- '<strong class="text-red-600">New: </strong>Centralizing Node-RED Managment'
- Capturing Data from Edge Devices
- Data Visualization with Dashboards
- Securing Node-RED
- '<strong class="text-red-600">Updated</strong>: Securing Node-RED'
- '<strong class="text-red-600">New: </strong>Creating and Automating DevOps Pipelines'
- '<strong class="text-red-600">New: </strong>Using Snapshots for Version Control'
---

Node-RED is the easiest low-code programming environment used to develop anything from manufacturing automation to data integration and device management. The applications are endless, enabling developers and non-developers to connect a wide variety of endpoints, such as industrial PLCs, APIs, databases, enterprise applications and online services.
Node-RED is the easiest low-code programming environment for developing anything from manufacturing automation to data integration and device management. The applications are endless, enabling developers and non-developers to connect a wide variety of endpoints, such as industrial PLCs, APIs, databases, enterprise applications, and online services.

This ebook will take you through the history of Node-RED, an in-depth look at its key features, and how you can get started. It is a good entry point for anyone interested in learning more about this popular integration software and making citizen development a reality in your enterprise.
This ebook will introduce you to Node-RED's history, provide an in-depth look at its key features, and explain how to get started. It's an ideal starting point for those interested in leveraging this powerful integration platform to drive digital transformation. With FlowFuse, you can further enhance your Node-RED deployments, making them more scalable, secure, and enterprise-ready.
2 changes: 1 addition & 1 deletion src/thank-you/download.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Thank you!
subtitle: "<a href='https://26586079.fs1.hubspotusercontent-eu1.net/hubfs/26586079/ebook_%20The%20Ultimate%20Beginner%20Guide%20to%20a%20Professional%20Node-RED-V1.pdf'>Click here</a> to access The Ultimate Beginner Guide to a Professional Node-RED"
subtitle: "<a href='https://26586079.fs1.hubspotusercontent-eu1.net/hubfs/26586079/ebook_%20The%20Ultimate%20Beginner%20Guide%20to%20a%20Professional%20Node-RED-V2.pdf'>Click here</a> to access The Ultimate Beginner Guide to a Professional Node-RED"
description: "We've also sent a copy to your inbox"
downloadFollowUp: true
hubspot:
Expand Down

0 comments on commit d4a4299

Please sign in to comment.