diff --git a/src/_includes/feature_lists/cloud.njk b/src/_includes/feature_lists/cloud.njk index 06bc1cdda5..d220a6d9de 100644 --- a/src/_includes/feature_lists/cloud.njk +++ b/src/_includes/feature_lists/cloud.njk @@ -6,22 +6,22 @@ id: "team-members", label: "Team Members", values: ['2', '20', 'Unlimited'], - info: "

FlowForge allows multiple team members to collaborate on the same Node-RED flows.

" + info: "

FlowFuse allows multiple team members to collaborate on the same Node-RED flows.

" }, { id: "cloud-instances", label: "Number of cloud instances", values: ['2', 'Licensed amount', 'Licensed amount'], - info: "

FlowForge hosts multiple Node-RED instances from a common platform.

" + info: "

FlowFuse hosts multiple Node-RED instances from a common platform.

" }, { id: "devices", label: "Number of devices", values: ['2', 'Licensed amount', 'Licensed amount'], - info: "

FlowForge allows you to manage Node-RED deployments on remote devices.

" + info: "

FlowFuse allows you to manage Node-RED deployments on remote devices.

" }, { id: "persistent-files", label: "Persistent files", values: ['1 Gb', '10 Gb', '100 Gb'], - info: "

FlowForge allows Node-RED instances to store files persistently to local file system. This is the space limit for these files.

" + info: "

FlowFuse allows Node-RED instances to store files persistently to local file system. This is the space limit for these files.

" }, { id: "persistent-context", label: "Persistent Context", @@ -31,7 +31,7 @@ id: "nr-hosting", label: "Node-RED Hosting", values: ['check', 'check', 'check'], - info: "

FlowForge hosts Node-RED instances.

" + info: "

FlowFuse hosts Node-RED instances.

" }, { id: "device-mgmt", label: "Device Management", @@ -76,7 +76,7 @@ id: "project-nodes", label: "Seamless Data Stream", values: [null, 'check', 'check'], - info: "

FlowForge Project Nodes enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.

" + info: "

FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.

" }] }, { label: "Support & SLA", diff --git a/src/_includes/feature_lists/self-hosted.njk b/src/_includes/feature_lists/self-hosted.njk index a99e76d4bb..bdbd8c5876 100644 --- a/src/_includes/feature_lists/self-hosted.njk +++ b/src/_includes/feature_lists/self-hosted.njk @@ -6,32 +6,32 @@ id: "teams", label: "Number of Teams", values: ['50', 'Unlimited', 'Unlimited'], - info: "

FlowForge allows multiple team members to collaborate on the same Node-RED flows.

" + info: "

FlowFuse allows multiple team members to collaborate on the same Node-RED flows.

" }, { id: "team-members", label: "Team Members", values: ['50', 'Unlimited', 'Unlimited'], - info: "

FlowForge allows multiple team members to collaborate on the same Node-RED flows.

" + info: "

FlowFuse allows multiple team members to collaborate on the same Node-RED flows.

" }, { id: "cloud-instances", label: "Number of cloud instances", values: ['50', 'Licensed amount', 'Licensed amount'], - info: "

FlowForge hosts multiple Node-RED instances from a common platform.

" + info: "

FlowFuse hosts multiple Node-RED instances from a common platform.

" }, { id: "devices", label: "Number of devices", values: ['50', 'Licensed amount', 'Licensed amount'], - info: "

FlowForge allows you to manage Node-RED deployments on remote devices.

" + info: "

FlowFuse allows you to manage Node-RED deployments on remote devices.

" }, { id: "nr-hosting", label: "Node-RED Hosting", values: ['check', 'check', 'check'], - info: "

FlowForge hosts Node-RED instances.

" + info: "

FlowFuse hosts Node-RED instances.

" }, { id: "audit-log", label: "Audit Log", values: ['check', 'check', 'check'], - info: "

Keep track of everything going on in your Node-RED instances and FlowForge.

Audit Logs provide details on what actions have taken place, when they happened, and who did them.

" + info: "

Keep track of everything going on in your Node-RED instances and FlowFuse.

Audit Logs provide details on what actions have taken place, when they happened, and who did them.

" }, { id: "device-mgmt", label: "Device Management", @@ -41,7 +41,7 @@ id: "rbac", label: "Role-Based Access Control", values: ['check', 'check', 'check'], - info: "

FlowForge's intuitive team management tooling makes it easy for you to control whom has access to what.

" + info: "

FlowFuse's intuitive team management tooling makes it easy for you to control whom has access to what.

" }, { id: "security", label: "Endpoint Security", @@ -56,7 +56,7 @@ id: "project-nodes", label: "Seamless Data Stream", values: [null, 'check', 'check'], - info: "

FlowForge Project Nodes enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.

" + info: "

FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.

" }, { label: "Team Library", values: [null, 'check', 'check'], @@ -65,7 +65,7 @@ id: "sso", label: "Single Sign-On (SSO)", values: [null, null, 'check'], - info: "

FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.

" + info: "

FlowFuse can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowFuse with a single set of login credentials, improving security, user experience, and save them time.

" }, { id: "high-availibility", label: "High Availibility", diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index 26b092d3ab..4300060533 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -73,13 +73,13 @@ {% if tags and 'posts' in tags %} - + {% else %} - + {% endif %} {% if nav %}