From 7c4c3b35ede632fab35d58dcecdbdf1d0bf2f8f0 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 20 Jun 2022 15:30:44 +0100 Subject: [PATCH] update after viewing GUI --- _snippets/integrations/submit-community-node.md | 6 +++--- docs/_images/common-icons/package.png | Bin 0 -> 490 bytes .../common-icons/three-dot-options-menu.png | Bin 0 -> 280 bytes docs/integrations/community-nodes/installation.md | 2 +- docs/integrations/community-nodes/usage.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/_images/common-icons/package.png create mode 100644 docs/_images/common-icons/three-dot-options-menu.png diff --git a/_snippets/integrations/submit-community-node.md b/_snippets/integrations/submit-community-node.md index 41e421719..51c5ba3ae 100644 --- a/_snippets/integrations/submit-community-node.md +++ b/_snippets/integrations/submit-community-node.md @@ -5,7 +5,7 @@ Community nodes are npm packages, hosted in the npm registry. When building a node to submit to the community node repository, use the following resources to make sure your node setup is correct: -* View the [starter node](https://github.com/n8n-io/n8n-nodes-starter). +* View the [starter node](https://github.com/n8n-io/n8n-nodes-starter){:target=_blank .external-link}. * Refer to the documentation on [building your own nodes](/integrations/creating-nodes/). * Make sure your node follows the [standards](#standards) for community nodes. @@ -14,6 +14,6 @@ When building a node to submit to the community node repository, use the followi To make your node available to the n8n community node repository, you must: * Make sure the package name starts with `n8n-nodes-` or `@/n8n-nodes-`. For example, `n8n-nodes-weather` or `@weatherPlugins/n8n-nodes-weather`. -* Tag your package with `n8n-community-node-package`. +* Include `n8n-community-node-package` in your package keywords. * Submit the package to the npm registry. Refer to npm's documentation on [Contributing packages to the registry](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry){:target=_blank .external-link} for more information. -* Make sure that you add your nodes and credentials to the `package.json` file inside the `n8n` attribute. Refer to the [package.json in the starter node](https://github.com/n8n-io/n8n-nodes-starter/blob/master/package.json) for an example. +* Make sure that you add your nodes and credentials to the `package.json` file inside the `n8n` attribute. Refer to the [package.json in the starter node](https://github.com/n8n-io/n8n-nodes-starter/blob/master/package.json){:target=_blank .external-link} for an example. diff --git a/docs/_images/common-icons/package.png b/docs/_images/common-icons/package.png new file mode 100644 index 0000000000000000000000000000000000000000..54756d06a1ec1ef324747430f27b386c34b88e50 GIT binary patch literal 490 zcmVa$77_FoKC0k8TzmOMX^|lRC=(`>if@Ed-|vaCBvJRV2ab%YSK z+wDO9Q=y+$t3@W03C(%wVLy|-EcA0Y93GzEwcKnr>2x}wqTOysuh(O-Slnv-1U6;A z-y@|&N*R!4vspHq4FH;^p=lb)WHMan7x(-9+xmSWgh1Ezfas~v-(t7h1)$MrkV>V( g(w_@o<^O-MpQQe;N-R9OjQ{`u07*qoM6N<$f=#N>HUIzs literal 0 HcmV?d00001 diff --git a/docs/_images/common-icons/three-dot-options-menu.png b/docs/_images/common-icons/three-dot-options-menu.png new file mode 100644 index 0000000000000000000000000000000000000000..f19a4d097d364587b73864eaed77b12bfd8f516b GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^+(0bO!3HGn?$~+^NO2Z;L>4nJ@ErkR#;MwT(m+A> z5>H=O_GfG&JUXI`EP`b~q3xb7jv*GkXD1u-H90V_ururKpWxxH*v0$L@#EA*^%GoJ zHZC}vpsBy0bw%sN4jHzj!(r7YMK **Community nodes**. -2. On the node you want to install, select **Options** . +2. On the node you want to install, select **Options** ![Three dots options menu](/_images/common-icons/three-dot-options-menu.png). 3. Select **Uninstall package**. 4. Select **Uninstall Package** in the confirmation modal. diff --git a/docs/integrations/community-nodes/usage.md b/docs/integrations/community-nodes/usage.md index 40c78adfe..fbe45168b 100644 --- a/docs/integrations/community-nodes/usage.md +++ b/docs/integrations/community-nodes/usage.md @@ -4,7 +4,7 @@ To use community nodes, you first need to [install](/integrations/community-node ## Adding community nodes to your workflow -After installing a community node, you can use it like any other node. n8n displays the node in search results in the **Nodes** panel. To show which nodes are community nodes and which are built-in, n8n marks community nodes with a **Package** icon [TODO: add icon]. +After installing a community node, you can use it like any other node. n8n displays the node in search results in the **Nodes** panel. To show which nodes are community nodes and which are built-in, n8n marks community nodes with a **Package** ![Package icon](/_images/common-icons/package.png) icon. ## Community nodes with duplicate names