Apply suggestions from code review

This commit is contained in:
Deborah 2024-06-26 08:33:00 +01:00 committed by GitHub
parent fc3969deaa
commit 7f9bc4b2fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@ You can also explore the [n8n-nodes-starter](https://github.com/n8n-io/n8n-nodes
For all nodes, refer to the:
* [Structure of the node base file](/integrations/creating-nodes/build/reference/node-base-files/structure/).
* [Standard parameters](/integrations/creating-nodes/build/reference/node-base-files/standard-parameters/).
* [Structure of the node base file](/integrations/creating-nodes/build/reference/node-base-files/structure/)
* [Standard parameters](/integrations/creating-nodes/build/reference/node-base-files/standard-parameters/)
For declarative-style nodes, refer to the:
* [Declarative-style parameters](/integrations/creating-nodes/build/reference/node-base-files/declarative-style-parameters/).
* [Declarative-style parameters](/integrations/creating-nodes/build/reference/node-base-files/declarative-style-parameters/)
For programmatic-style nodes, refer to the:
* [Programmatic-style parameters](/integrations/creating-nodes/build/reference/node-base-files/programmatic-style-parameters/).
* [Programmatic-style execute() method](/integrations/creating-nodes/build/reference/node-base-files/programmatic-style-execute-method/).
* [Programmatic-style parameters](/integrations/creating-nodes/build/reference/node-base-files/programmatic-style-parameters/)
* [Programmatic-style execute() method](/integrations/creating-nodes/build/reference/node-base-files/programmatic-style-execute-method/)