The documentation site is live
docs.nodebuilder.io is up, with the definition format written out in full and search that works from the first keystroke.
There is now a proper home for the reference material at docs.nodebuilder.io. Until this week the definition format was explained in a README and in whatever the builder could fit into a tooltip.
What is in it
- The definition format, written out properly: resources, operations, and what
targetactually does to a request. - Installing into n8n, including the two things that go wrong most often — the
n8n-nodes-prefix, and forgetting that n8n reads community nodes at start-up. - Search, on ⌘K or
/, which jumps to the exact section rather than the page.
Search runs entirely in your browser against an index built from the same source the pages render from, so a result can never point at text that is not there. There is no request per keystroke and nothing to wait for.