Hello everyone, since a few releases (0.78.0) this usually helpful link shows up when working for a node for more than few moments:
Is there a way to set a custom URL for this link? Given that my custom node isn’t part of n8n the link currently leads to a 404 page on docs.n8n.io. Thus I am wondering if I can overwrite the URL for this link in my .node.ts file (or anywhere else really). Searching github for documentation reveals plenty of credentials setting documentationUrl but I could not find a way to set a custom documentation URL for nodes. Alternatively, would there be a way to hide this link to prevent users from ending up on that error page?
I’ve changed the url for both credentialDocumentation and primaryDocumentation, but the changes don’t seem to have taken effect. Am I missing some steps?