From 7f9bc4b2fc7cf4718ebf2625d482d4ee83ea7b67 Mon Sep 17 00:00:00 2001 From: Deborah Date: Wed, 26 Jun 2024 08:33:00 +0100 Subject: [PATCH] Apply suggestions from code review --- .../build/reference/node-base-files/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/integrations/creating-nodes/build/reference/node-base-files/index.md b/docs/integrations/creating-nodes/build/reference/node-base-files/index.md index 43caf7320..da195e75e 100644 --- a/docs/integrations/creating-nodes/build/reference/node-base-files/index.md +++ b/docs/integrations/creating-nodes/build/reference/node-base-files/index.md @@ -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/). \ No newline at end of file +* [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/) \ No newline at end of file