Hi @Abhi_Shah
Community node documentation doesn’t go into the n8n-docs repository. For verification the documentation requirement is a README in the npm package or in a related public repository, so that README is your user guide. The n8n-docs repo does hold page templates you can borrow as a structure for it, app-nodes.md, credentials.md and common-issues.md sit in its document-templates/ folder:
The checklist n8n reviews against before verification: scaffold from the n8n-node CLI, pass the technical guidelines with no run-time dependencies at all, follow the UX guidelines, ship the README, and publish to npm from a GitHub Actions workflow with a provenance statement. That last one is required for Creator Portal verification since May 1st 2026, packages published from a local machine won’t be accepted.
Thank you for your quick responses. Quite a few things have been clarified.
We’re developing a set of nodes for a product, along with the product’s custom credentials and a few pre-defined workflows.
Regarding the npm package, we’re now clear on the publishing requirements:
README included with the npm package, covering each node in the app-nodes.md format
Publishing the npm package via GitHub Actions with a provenance statement
Verifying the nodes and workflows through Creator login
However, while going through the n8n docs repository, we had one confusion we’d like to clarify. Apologies if this feels like a repetition of my previous question.
Since our integration has dedicated credentials, do we also need to add a credentials.md to the n8n docs repository and raise a separate PR there?