fix the knock on effects on other sections

This commit is contained in:
Deborah Barnard
2024-02-26 12:25:53 +00:00
parent 37be9e468c
commit ed2b61a526
27 changed files with 107 additions and 177 deletions

View File

@@ -1,3 +1,25 @@
/contributing/ /help-community/contributing/
/manage-cloud/ /manage-cloud/overview/
/hosting/environment-variables/* /hosting/configuration/:splat
/hosting/supported-databases-settings/ /hosting/configuration/supported-databases-settings/
/hosting/security-audit/ /hosting/logging-monitoring/security-audit/
/hosting/installation/ /hosting/
/hosting/logging-monitoring/ /hosting/
/hosting/configuration/ /hosting/
/hosting/architecture/ /hosting/architecture/overview/
/hosting/scaling/ /hosting/scaling/overview/
/hosting/user-management-self-hosted/ /hosting/configuration/user-management-self-hosted/
/hosting/external-storage/ /hosting/scaling/external-storage/
/integrations/builtin/ /integrations/builtin/node-types/
/integrations/community-nodes/ /integrations/
/integrations/creating-nodes/ /integrations/creating-nodes/overview/
/code/builtin/ /code/
/code/cookbook/ /code/
/code/luxon/ /code/cookbook/luxon/
/code/jmespath/ /code/cookbook/jmespath/
/advanced-ai/examples/ /advanced-ai/examples/introduction/
/advanced-ai/langchain/ /advanced-ai/langchain/overview/
/langchain/ /advanced/ai/
/langchain/langchain-tutorial/ /advanced-ai/intro-tutorial/
/langchain/learning-resources/ /advanced-ai/langchain/langchain-learning-resources/
@@ -81,9 +103,9 @@
/hosting/authentication/user-management-self-hosted/ /hosting/user-management-self-hosted/
/hosting/authentication/jwt/ /hosting/user-management-self-hosted/
/hosting/authentication/basic-auth/ /hosting/user-management-self-hosted/
/hosting/authentication/user-management-self-hosted/ /hosting/configuration/user-management-self-hosted/
/hosting/authentication/jwt/ /hosting/configuration/user-management-self-hosted/
/hosting/authentication/basic-auth/ /hosting/configuration/user-management-self-hosted/
/environments/variables/ /variables/
@@ -101,7 +123,7 @@
/reference/keyboard-shortcuts/ /keyboard-shortcuts/
/reference/cli-commands/ /hosting/cli-commands/
/reference/update/ /release-notes/
/security-audit/ /hosting/security-audit/
/security-audit/ /hosting/logging-monitoring/security-audit/
/reference/data-collection/ /privacy-security/privacy/
/integrations/builtin/core-nodes/n8n-nodes-base.readbinaryfile/ /integrations/builtin/core-nodes/n8n-nodes-base.filesreadwrite/
@@ -133,7 +155,7 @@
/hosting/updating/cloud/ /manage-cloud/update-cloud-version/
/hosting/updating/desktop/ /choose-n8n/
/hosting/updating/npm/ /hosting/installation/npm/
/hosting/databases/supported-databases-settings/ /hosting/supported-databases-settings/
/hosting/databases/supported-databases-settings/ /hosting/configuration/supported-databases-settings/
/hosting/databases/structure/ /hosting/architecture/database-structure/
/hosting/security/ /hosting/user-management/
/hosting/user-management/ /user-management/
@@ -234,11 +256,11 @@
/reference/start-workflows-via-cli.html /hosting/cli-commands/
/reference/javascript-code-snippets.html /code-examples/javascript-functions/
/reference/data/database.html /hosting/databases/
/reference/data/understanding-database.html /hosting/supported-databases-settings/
/reference/data/understanding-database.html /hosting/configuration/supported-databases-settings/
/reference/logging.html /hosting/logging/
/reference/telemetry.html /privacy-security/privacy/data-collection/
/reference/troubleshooting.html /hosting/installation/npm/
/reference/contributing.html /contributing/
/reference/contributing.html /help-support/contributing/
/reference/release-notes.html /reference/release-notes/
/reference/server-setup.html /hosting/installation/server-setups/

View File

@@ -1,21 +0,0 @@
---
description: n8n's built-in custom methods and variables.
contentType: overview
---
# Built-in methods and variables
n8n provides built-in methods and variables for working with data and accessing n8n data. This section provides a reference of available methods and variables for use in expressions, with a short description.
/// note | Availability in the expressions editor and the Code node
Some methods and variables aren't available in the Code node. These aren't in the documentation.
All data transformation functions are only available in the expressions editor.
///
The [Cookbook](/code/cookbook/) contains examples for some common tasks, including some [Code node only](/code/cookbook/code-node/) functions.
[[% import "_macros/section-toc.html" as sectionToc %]]
[[ sectionToc.sectionToc(page) ]]

View File

@@ -1,14 +0,0 @@
---
description: A collection of code examples.
contentType: overview
---
# Cookbook
n8n's coding cookbook is a collection of recipes, or examples, showing what you can do with code in n8n.
The examples are split into three groups:
* [Built-in methods and variables](/code/cookbook/builtin/): examples showing basic usage of some of n8n's [built-in methods and variables](/code/builtin/).
* [Expressions](/code/cookbook/expressions/): recipes for use in the [expressions editor](/code/expressions/).
* [Code node](/code/cookbook/code-node/): recipes for use in the [Code node](/code/cookbook/code-node/).

View File

@@ -0,0 +1,12 @@
---
description: How to get help and support with n8n.
contentType: howto
---
# Get help with n8n
If you need more help with n8n, you can ask for support in the [forum](https://community.n8n.io/){:target=_blank class=.external-link}. This is the best source of answers, as both the n8n support team and community members can help.
If your Cloud instance is having issues, or if you're an enterprise customer who needs support, you can contact [help@n8n.io](mailto:help@n8n.io).

View File

@@ -10,4 +10,4 @@ Understanding n8n's underlying architecture is helpful if you need to:
* Embed n8n
* Customize n8n's default databases
This section is a work in progress. If you have questions, please try the [forum](https://community.n8n.io/) and let n8n know which architecture documents would be useful for you.
This section is a work in progress. If you have questions, please try the [forum](https://community.n8n.io/){:target=_blank .external-link} and let n8n know which architecture documents would be useful for you.

View File

@@ -1,11 +0,0 @@
---
description: Guidance on configuring n8n with environment variables.
contentType: overview
---
# Environment variables
You can configure your n8n instance with environment variables.
* [Configuration methods](/hosting/environment-variables/configuration-methods/): how to configure by CLI or file. Includes examples and explanations for frequently used settings.
* Reference list of [Environment variables](/hosting/environment-variables/environment-variables/).

View File

@@ -1,35 +0,0 @@
---
contentType: overview
---
# Installation
--8<-- "_snippets/self-hosting/warning.md"
This sections provides guides to install n8n for self-hosting. You can use these guides for both the Enterprise and Community editions.
## Installation guides for n8n
* [npm](/hosting/installation/npm/)
* [Docker](/hosting/installation/docker/)
## Server setup guides for specific platforms
Self-host with Docker Compose:
* [Digital Ocean](/hosting/installation/server-setups/digital-ocean/)
* [Heroku](/hosting/installation/server-setups/heroku/)
* [Hetzner Cloud](/hosting/installation/server-setups/hetzner/)
Starting points for a Kubernetes setup:
* [AWS](/hosting/installation/server-setups/aws/)
* [Azure](/hosting/installation/server-setups/azure/)
* [Google Cloud Platform](/hosting/installation/server-setups/google-cloud/)
Configuration guides to help you get started on other platforms:
* [Docker Compose](/hosting/installation/server-setups/docker-compose/)

View File

@@ -1,12 +0,0 @@
---
description: Logging and monitoring for your self-hosted n8n instance.
contentType: overview
---
# Logging and monitoring
n8n provides options for self-hosted users to produce logs and monitor the health of their instance:
* [Logging](/hosting/logging-monitoring/logging/): logs to debug your instance, built on the [winston](https://www.npmjs.com/package/winston){:target=_blank .external-link} logging library.
* [Log streaming](/log-streaming/): for Enterprise tier.
* [Monitoring](/hosting/logging-monitoring/monitoring/): use the `/metrics` endpoint to get information about the current status of the instance.

View File

@@ -1,13 +0,0 @@
---
contentType: overview
---
# Community nodes
n8n provides hundreds of built-in nodes. It also supports users [creating their own nodes](/integrations/creating-nodes/). These are community nodes.
The community nodes repository allows users who create nodes to publish them to npm. These nodes are then available to install and use in your n8n instance.
/// note | Only available on self-hosted instances
Community nodes aren't available on n8n cloud and require [self-hosting](/hosting/) n8n.
///

View File

@@ -8,3 +8,7 @@ There are two ways to install community nodes:
* Within n8n [using the GUI](/integrations/community-nodes/installation/gui-install/).
* [Manually from the command line](/integrations/community-nodes/installation/manual-install/): use this method if your n8n instance doesn't support installation through the in-app GUI.
/// note | Only available on self-hosted instances
Community nodes aren't available on n8n cloud and require [self-hosting](/hosting/) n8n.
///

View File

@@ -172,6 +172,37 @@ nav:
- try-it-out/index.md
- A very quick quickstart: try-it-out/quickstart.md
- A longer introduction: try-it-out/longer-introduction.md
- Courses:
- courses/index.md
- Level one:
- courses/level-one/index.md
- Navigating the editor UI: courses/level-one/chapter-1.md
- Building a mini-workflow: courses/level-one/chapter-2.md
- Automating a (real-world) use case: courses/level-one/chapter-3.md
- Designing the workflow: courses/level-one/chapter-4.md
- Building the workflow:
- Getting data from the data warehouse: courses/level-one/chapter-5/chapter-5.1.md
- Inserting data into airtable: courses/level-one/chapter-5/chapter-5.2.md
- Filtering orders: courses/level-one/chapter-5/chapter-5.3.md
- Setting values for processing orders: courses/level-one/chapter-5/chapter-5.4.md
- Calculating booked orders: courses/level-one/chapter-5/chapter-5.5.md
- Notifying the team: courses/level-one/chapter-5/chapter-5.6.md
- Scheduling the workflow: courses/level-one/chapter-5/chapter-5.7.md
- Activating and examining the workflow: courses/level-one/chapter-5/chapter-5.8.md
- Exporting and importing workflows: courses/level-one/chapter-6.md
- Test your knowledge: courses/level-one/chapter-7.md
- Level two:
- courses/level-two/index.md
- Understanding the data structure: courses/level-two/chapter-1.md
- Processing different data types: courses/level-two/chapter-2.md
- Merging and splitting data: courses/level-two/chapter-3.md
- Dealing with errors in workflows: courses/level-two/chapter-4.md
- Automating a business workflow:
- Use case: courses/level-two/chapter-5/chapter-5.0.md
- Workflow 1: courses/level-two/chapter-5/chapter-5.1.md
- Workflow 2: courses/level-two/chapter-5/chapter-5.2.md
- Workflow 3: courses/level-two/chapter-5/chapter-5.3.md
- Test your knowledge: courses/level-two/chapter-6.md
- Using the app:
- Understand workflows:
- workflows/index.md
@@ -270,9 +301,10 @@ nav:
- Releases:
- Release notes: release-notes.md
- v1.0 migration guide: 1-0-migration-checklist.md
- Contributing:
- How to: contributing.md
- Data and legal:
- Help and community:
- Where to get help: help-community/help.md
- Contributing: help-community/contributing.md
- Licenses and privacy:
- Privacy and security:
- privacy-security/index.md
- Privacy: privacy-security/privacy.md
@@ -283,7 +315,7 @@ nav:
- Integrations:
- integrations/index.md
- Built-in nodes:
- integrations/builtin/index.md
- Node types: integrations/builtin/node-types.md
- Core nodes:
- integrations/builtin/core-nodes/index.md
- integrations/builtin/core-nodes/n8n-nodes-base.activationtrigger.md
@@ -1029,9 +1061,8 @@ nav:
- integrations/builtin/credentials/zoom.md
- integrations/builtin/credentials/zscalerzia.md
- integrations/builtin/credentials/zulip.md
- Custom API actions for existing nodes: integrations/custom-operations.md
- Custom API actions for existing nodes: integrations/custom-operations.md
- Community nodes:
- integrations/community-nodes/index.md
- Installation and management:
- integrations/community-nodes/installation/index.md
- GUI installation: integrations/community-nodes/installation/gui-install.md
@@ -1042,7 +1073,7 @@ nav:
- Troubleshooting: integrations/community-nodes/troubleshooting.md
- Building community nodes: integrations/community-nodes/build-community-nodes.md
- Creating nodes:
- integrations/creating-nodes/index.md
- Overview: integrations/creating-nodes/overview.md
- Plan your node:
- integrations/creating-nodes/plan/index.md
- Choose a node type: integrations/creating-nodes/plan/node-types.md
@@ -1077,7 +1108,6 @@ nav:
- Hosting n8n:
- hosting/index.md
- Installation:
- hosting/installation/index.md
- npm: hosting/installation/npm.md
- Docker: hosting/installation/docker.md
- Server setups:
@@ -1090,38 +1120,37 @@ nav:
- Google Cloud: hosting/installation/server-setups/google-cloud.md
- Docker Compose: hosting/installation/server-setups/docker-compose.md
- Updating: hosting/installation/updating.md
- Environment variables:
- hosting/environment-variables/index.md
- Configuration methods: hosting/environment-variables/configuration-methods.md
- Environment variables reference: hosting/environment-variables/environment-variables.md
- Configuration:
- Configuration methods: hosting/configuration/configuration-methods.md
- Environment variables reference: hosting/configuration/environment-variables.md
- Supported databases and settings: hosting/configuration/supported-databases-settings.md
- User management: hosting/configuration/user-management-self-hosted.md
- Configuration examples:
- hosting/environment-variables/configuration-examples/index.md
- Isolating n8n: hosting/environment-variables/configuration-examples/isolation.md
- Supported databases and settings: hosting/supported-databases-settings.md
- User management: hosting/user-management-self-hosted.md
- External storage: hosting/external-storage.md
- Security audit: hosting/security-audit.md
- hosting/configuration/configuration-examples/index.md
- Isolating n8n: hosting/configuration/configuration-examples/isolation.md
- Logging and monitoring:
- hosting/logging-monitoring/index.md
- Logging: hosting/logging-monitoring/logging.md
- Monitoring: hosting/logging-monitoring/monitoring.md
- Scaling:
- hosting/scaling/index.md
- Security audit: hosting/logging-monitoring/security-audit.md
- Scaling and performance:
- Overview: hosting/scaling/overview.md
- Performance and benchmarking: hosting/scaling/performance-benchmarking.md
- Execution data: hosting/scaling/execution-data.md
- Configuring queue mode: hosting/scaling/queue-mode.md
- Binary data filesystem mode: hosting/scaling/binary-data.md
- External storage for binary data: hosting/scaling/external-storage.md
- Memory-related errors: hosting/scaling/memory-errors.md
- Architecture:
- hosting/architecture/index.md
- Overview: hosting/architecture/overview.md
- Database structure: hosting/architecture/database-structure.md
- CLI commands: hosting/cli-commands.md
- Using the CLI:
- CLI commands: hosting/cli-commands.md
- Code in n8n:
- code/index.md
- Expressions: code/expressions.md
- Code node: code/code-node.md
- Built in methods and variables:
- code/builtin/index.md
- AI coding: code/ai-code.md
- Built in methods and variables:
- Current node input: code/builtin/current-node-input.md
- Output of other nodes: code/builtin/output-other-nodes.md
- Date and time: code/builtin/date-time.md
@@ -1137,12 +1166,11 @@ nav:
- Numbers: code/builtin/data-transformation-functions/numbers.md
- Objects: code/builtin/data-transformation-functions/objects.md
- Strings: code/builtin/data-transformation-functions/strings.md
- Create custom variables: code/variables.md
- Handling dates: code/luxon.md
- Query JSON with JMESPath: code/jmespath.md
- AI coding: code/ai-code.md
- Custom variables:
- Create custom variables: code/variables.md
- Cookbook:
- code/cookbook/index.md
- Handling dates: code/cookbook/luxon.md
- Query JSON with JMESPath: code/cookbook/jmespath.md
- Built-in methods and variables examples:
- code/cookbook/builtin/index.md
- execution: code/cookbook/builtin/execution.md
@@ -1165,11 +1193,11 @@ nav:
- advanced-ai/index.md
- "Tutorial: Build an AI workflow in n8n": advanced-ai/intro-tutorial.md
- LangChain in n8n:
- advanced-ai/langchain/index.md
- Overview: advanced-ai/langchain/overview.md
- Langchain concepts in n8n: advanced-ai/langchain/langchain-n8n.md
- LangChain learning resources: advanced-ai/langchain/langchain-learning-resources.md
- Examples and concepts:
- advanced-ai/examples/index.md
- Introduction: advanced-ai/examples/introduction.md
- What is a tool? : advanced-ai/examples/understand-tools.md
- Use Google Sheets as a data source: advanced-ai/examples/data-google-sheets.md
- Call an API to fetch data: advanced-ai/examples/api-workflow-tool.md
@@ -1188,35 +1216,5 @@ nav:
- Workflow management: embed/managing-workflows.md
- Workflows templates: embed/workflow-templates.md
- White labelling: embed/white-labelling.md
- Courses:
- courses/index.md
- Level one:
- courses/level-one/index.md
- Navigating the editor UI: courses/level-one/chapter-1.md
- Building a mini-workflow: courses/level-one/chapter-2.md
- Automating a (real-world) use case: courses/level-one/chapter-3.md
- Designing the workflow: courses/level-one/chapter-4.md
- Building the workflow:
- Getting data from the data warehouse: courses/level-one/chapter-5/chapter-5.1.md
- Inserting data into airtable: courses/level-one/chapter-5/chapter-5.2.md
- Filtering orders: courses/level-one/chapter-5/chapter-5.3.md
- Setting values for processing orders: courses/level-one/chapter-5/chapter-5.4.md
- Calculating booked orders: courses/level-one/chapter-5/chapter-5.5.md
- Notifying the team: courses/level-one/chapter-5/chapter-5.6.md
- Scheduling the workflow: courses/level-one/chapter-5/chapter-5.7.md
- Activating and examining the workflow: courses/level-one/chapter-5/chapter-5.8.md
- Exporting and importing workflows: courses/level-one/chapter-6.md
- Test your knowledge: courses/level-one/chapter-7.md
- Level two:
- courses/level-two/index.md
- Understanding the data structure: courses/level-two/chapter-1.md
- Processing different data types: courses/level-two/chapter-2.md
- Merging and splitting data: courses/level-two/chapter-3.md
- Dealing with errors in workflows: courses/level-two/chapter-4.md
- Automating a business workflow:
- Use case: courses/level-two/chapter-5/chapter-5.0.md
- Workflow 1: courses/level-two/chapter-5/chapter-5.1.md
- Workflow 2: courses/level-two/chapter-5/chapter-5.2.md
- Workflow 3: courses/level-two/chapter-5/chapter-5.3.md
- Test your knowledge: courses/level-two/chapter-6.md