wiki: crisp overhaul — no decoration emoji, all 9 master pages refactored
Source-tree mirror of EVOLV.wiki.git refactor (27a42ee on wiki.git): - 7 master pages rewritten with clean design (Home, Architecture, Topology-Patterns, Topic-Conventions, Telemetry, Getting-Started, Glossary). Tables and Mermaid for visuals, gitea alert callouts for warnings, shields badges for metadata only. No emoji as decoration. - Archive.md becomes a removal-changelog pointing readers to git history and to the successor pages. - _Sidebar.md updated to navigate the new flat-name layout. - Concept / finding / manual pages: uniform mini-header (badges + "reference page" callout) added without rewriting domain content. - Every internal link now uses the flat naming that resolves on the live gitea wiki (Concept-ASM-Models, Finding-BEP-..., etc.). On wiki.git: 29 Archive-* pages hard-deleted (the git history preserves them; Archive.md documents the removal). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Node-RED Manual Index
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
This folder summarizes official Node-RED docs that are relevant to EVOLV node development.
|
||||
|
||||
## Official Sources
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# FlowFuse Dashboard Layout Notes (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Primary sources:
|
||||
- https://dashboard.flowfuse.com/
|
||||
- https://dashboard.flowfuse.com/nodes/widgets/ui-chart.html
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse `ui-button` Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/nodes/widgets/ui-button.html
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# FlowFuse `ui-chart` Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/nodes/widgets/ui-chart.html
|
||||
|
||||
## Chart Types
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse Config Nodes Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Sources:
|
||||
- https://dashboard.flowfuse.com/nodes/config/ui-base.html
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse `ui-gauge` Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/nodes/widgets/ui-gauge.html
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse `ui-template` Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/nodes/widgets/ui-template.html
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse `ui-text` Manual (EVOLV Reference)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/nodes/widgets/ui-text.html
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
# FlowFuse Dashboard 2.0 — Widget Catalog
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Source: https://dashboard.flowfuse.com/
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Node-RED Function Node Patterns (EVOLV Summary)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Based on: https://nodered.org/docs/user-guide/writing-functions
|
||||
|
||||
## Return Semantics
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Node-RED Messages and Editor/Runtime Structure (EVOLV Summary)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Sources:
|
||||
- Messages: https://nodered.org/docs/user-guide/messages
|
||||
- Edit dialog and node definition: https://nodered.org/docs/creating-nodes/edit-dialog
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Node-RED Runtime Node JS Manual (EVOLV Summary)
|
||||
|
||||
 -orange)
|
||||
|
||||
> [!NOTE]
|
||||
> Reference page. Maintained for context; not regenerated by code. See [Home](Home) for current top-level navigation.
|
||||
|
||||
|
||||
Based on: https://nodered.org/docs/creating-nodes/node-js
|
||||
|
||||
## Input Handler Contract
|
||||
|
||||
Reference in New Issue
Block a user