📕 Big documentation update

Thanks - edited and updated.

On the Node-RED Concepts page, the "Working with Wires" link in the Wire section is not relative and points to localhost.

1 Like

Good spot - fixed. Thanks

https://nodered.org/docs/user-guide/runtime/configuration points to 'this guide':
https://nodered.org/docs/faq/settings-file which doesn't exist

Also missing the part about the flow credentials.

Thanks @bakman2 - fixes pushed

bottom of this page
https://nodered.org/docs/getting-started/raspberrypi

adding node to the palette 404s

Thanks - fix pushed. Also spotted the 'adding nodes to the palette' page wasn't on any of the index pages - also fixed.

There is some contradicting information in:

https://nodered.org/docs/creating-nodes/first-node#testing-your-node-in-node-red
vs
https://nodered.org/docs/creating-nodes/packaging#testing-a-node-module-locally

Go on. Give a clue

:smiley:

First link talks about:

npm install <location of node module>

Second link:

To test a node module locally, the npm link command can be used.

thanks - will fix. (Either will work - npm link was the "old way" - npm install now creates the links instead - so npm install cleaner and more consistent with installing all nodes.)

3 Likes