From e90e3ba9540e6b09b41fe7e4521418fd4617705f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 24 Jan 2026 13:15:32 +0000 Subject: [PATCH] docs: link macos node to cli node --- docs/help/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/help/faq.md b/docs/help/faq.md index e53e1e4ce..93548ae44 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -825,7 +825,8 @@ Docs: [Nodes](/nodes), [Nodes CLI](/cli/nodes), [Chrome extension](/tools/chrome ### Do nodes run a gateway service? No. Only **one gateway** should run per host unless you intentionally run isolated profiles (see [Multiple gateways](/gateway/multiple-gateways)). Nodes are peripherals that connect -to the gateway (iOS/Android nodes, or macOS “node mode” in the menubar app). +to the gateway (iOS/Android nodes, or macOS “node mode” in the menubar app). For headless node +hosts and CLI control, see [Node host CLI](/cli/node). A full restart is required for `gateway`, `discovery`, and `canvasHost` changes.