mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Adjust tags and priority for external storage and code node (#2611)
This commit is contained in:
committed by
GitHub
parent
18a78fa4c4
commit
94b274f651
@@ -1,8 +1,13 @@
|
||||
---
|
||||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
||||
contentType: integration
|
||||
tags:
|
||||
- code node
|
||||
- code
|
||||
search:
|
||||
boost: 2
|
||||
---
|
||||
|
||||
# Code node
|
||||
# Using the Code node
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/core-nodes/code-node.md"
|
||||
|
||||
@@ -5,9 +5,13 @@ description: Environment variables to configure external data storage for your s
|
||||
contentType: reference
|
||||
tags:
|
||||
- environment variables
|
||||
- external storage
|
||||
- storage
|
||||
hide:
|
||||
- toc
|
||||
- tags
|
||||
search:
|
||||
boost: 2
|
||||
---
|
||||
|
||||
# External data storage environment variables
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
||||
description: External storage of binary data for your n8n instance.
|
||||
contentType: howto
|
||||
tags:
|
||||
- external storage
|
||||
- storage
|
||||
search:
|
||||
boost: 4
|
||||
---
|
||||
|
||||
# External storage
|
||||
|
||||
@@ -1,12 +1,17 @@
|
||||
---
|
||||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
||||
title: Code
|
||||
title: Code node
|
||||
description: Documentation for the Code node in n8n, a workflow automation platform. Includes guidance on usage, and links to examples.
|
||||
contentType: integration
|
||||
priority: critical
|
||||
tags:
|
||||
- code node
|
||||
- code
|
||||
search:
|
||||
boost: 3
|
||||
---
|
||||
|
||||
# Code
|
||||
# Code node
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/core-nodes/code-node.md"
|
||||
|
||||
|
||||
@@ -363,7 +363,7 @@ nav:
|
||||
- Activation Trigger: integrations/builtin/core-nodes/n8n-nodes-base.activationtrigger.md
|
||||
- integrations/builtin/core-nodes/n8n-nodes-base.aggregate.md
|
||||
- integrations/builtin/core-nodes/n8n-nodes-base.aitransform.md
|
||||
- integrations/builtin/core-nodes/n8n-nodes-base.code.md
|
||||
- Code: integrations/builtin/core-nodes/n8n-nodes-base.code.md
|
||||
- integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets.md
|
||||
- integrations/builtin/core-nodes/n8n-nodes-base.compression.md
|
||||
- Chat Trigger: integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger.md
|
||||
@@ -1332,7 +1332,7 @@ nav:
|
||||
- Code in n8n:
|
||||
- code/index.md
|
||||
- Expressions: code/expressions.md
|
||||
- Code node: code/code-node.md
|
||||
- Using the Code node: code/code-node.md
|
||||
- AI coding: code/ai-code.md
|
||||
- Built in methods and variables:
|
||||
- Overview: code/builtin/overview.md
|
||||
|
||||
Reference in New Issue
Block a user