Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Once you're more comfortable with FlowFuse, you may want to explore some of our
<label>FlowFuse Assistant</label>
<p>AI in the Node-RED Editor to help build your flows.<p>
<ul>
<li><a href="/docs/user/assistant/">Getting Started Guide<icon-chevron-right class="ff-icon ff-icon-sm" /></a></li>
<li><a href="/docs/user/expert/">Getting Started Guide<icon-chevron-right class="ff-icon ff-icon-sm" /></a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ including what Instance Types are available and any limits that should be applie
Provides a Team scoped shared SQL Relational Database (Requires specific configuration). More details [here](../user/ff-tables.md)
- **Assistant Inline Code Completion**

Allows LLM assistance when writing Functions nodes (requires a token from FlowFuse Support and available to Enterprise License holders). More details [here](../user/assistant.md)
Allows LLM assistance when writing Functions nodes (requires a token from FlowFuse Support and available to Enterprise License holders). More details [here](../user/expert.md)
- **Generated Snapshot Descriptions**

Enables the creation of Generative AI descriptions of Snapshots (requires a token from FlowFuse Support and available to Enterprise License holders). More details [here](../user/assistant.md)
Enables the creation of Generative AI descriptions of Snapshots (requires a token from FlowFuse Support and available to Enterprise License holders). More details [here](../user/expert.md)

### Managing Instance Types

Expand Down
2 changes: 1 addition & 1 deletion docs/user/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ FlowFuse supports reading and writing persistent files and persistent context.
- [Shared Team Library](/docs/user/shared-library.md) - Share flows easily between different Node-RED instances in your team.
- [Node-RED Tools Plugin](/docs/migration/node-red-tools.md) - A plugin for Node-RED that lets you work with your flows outside of FlowFuse.
- [High Availability mode](/docs/user/high-availability.md) - Run multiple copies of your instance for scaling and availability.
- [FlowFuse Assistant](/docs/user/assistant.md) - A plugin for Node-RED that helps you code faster.
- [FlowFuse Assistant](/docs/user/expert.md) - A plugin for Node-RED that helps you code faster.

## Working with MQTT

Expand Down
Loading