diff --git a/docs/1-0-migration-checklist.md b/docs/1-0-migration-checklist.md index 6822f287b..ba4de3e24 100644 --- a/docs/1-0-migration-checklist.md +++ b/docs/1-0-migration-checklist.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: n8n v1.0 migration guide description: What's new in version 1 contentType: reference diff --git a/docs/advanced-ai/examples/agent-chain-comparison.md b/docs/advanced-ai/examples/agent-chain-comparison.md index c2c0d43f3..796a90b77 100644 --- a/docs/advanced-ai/examples/agent-chain-comparison.md +++ b/docs/advanced-ai/examples/agent-chain-comparison.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: explanation title: Agents vs chains description: A workflow example that demonstrates key differences between agents and chains. diff --git a/docs/advanced-ai/examples/api-workflow-tool.md b/docs/advanced-ai/examples/api-workflow-tool.md index d09d5ed3d..064779ca4 100644 --- a/docs/advanced-ai/examples/api-workflow-tool.md +++ b/docs/advanced-ai/examples/api-workflow-tool.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: howto title: Call an API to fetch data description: Use the n8n workflow tool to load data from an API using the HTTP Request node into your AI workflow. diff --git a/docs/advanced-ai/examples/data-google-sheets.md b/docs/advanced-ai/examples/data-google-sheets.md index 013a3ace2..bdea11ee7 100644 --- a/docs/advanced-ai/examples/data-google-sheets.md +++ b/docs/advanced-ai/examples/data-google-sheets.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: howto title: Chat with a Google Sheet using AI description: Use the n8n workflow tool to load data from Google Sheets into your AI workflow. diff --git a/docs/advanced-ai/examples/human-fallback.md b/docs/advanced-ai/examples/human-fallback.md index 533f67525..066379b8c 100644 --- a/docs/advanced-ai/examples/human-fallback.md +++ b/docs/advanced-ai/examples/human-fallback.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: howto title: Set a human fallback for AI workflows description: Have a workflow that triggers a human answer when the AI can't help. diff --git a/docs/advanced-ai/examples/introduction.md b/docs/advanced-ai/examples/introduction.md index 67e4e729c..f7da665e3 100644 --- a/docs/advanced-ai/examples/introduction.md +++ b/docs/advanced-ai/examples/introduction.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: overview title: Advanced AI examples and concepts description: Example workflows and use cases for building AI functionality using n8n. diff --git a/docs/advanced-ai/examples/understand-agents.md b/docs/advanced-ai/examples/understand-agents.md index 33d7688b5..4bc56541c 100644 --- a/docs/advanced-ai/examples/understand-agents.md +++ b/docs/advanced-ai/examples/understand-agents.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: What is an agent in AI? description: Understand agents in the context of AI. Learn how n8n provides agents. contentType: explanation diff --git a/docs/advanced-ai/examples/understand-chains.md b/docs/advanced-ai/examples/understand-chains.md index 6d0d410e4..b2bb84957 100644 --- a/docs/advanced-ai/examples/understand-chains.md +++ b/docs/advanced-ai/examples/understand-chains.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: What is a chain in AI? description: Understand chains in the context of AI. Learn about chains in n8n. contentType: explanation diff --git a/docs/advanced-ai/examples/understand-memory.md b/docs/advanced-ai/examples/understand-memory.md index eed8ccffc..07a7e1b53 100644 --- a/docs/advanced-ai/examples/understand-memory.md +++ b/docs/advanced-ai/examples/understand-memory.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: What is memory in AI? description: Understand memory in the context of AI. Learn what's special about memory in n8n. contentType: explanation diff --git a/docs/advanced-ai/examples/understand-tools.md b/docs/advanced-ai/examples/understand-tools.md index f6181929d..16a73ec1c 100644 --- a/docs/advanced-ai/examples/understand-tools.md +++ b/docs/advanced-ai/examples/understand-tools.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: What is a tool in AI? description: Understand tools in the context of AI. Learn what's special about tools in n8n. contentType: explanation diff --git a/docs/advanced-ai/examples/understand-vector-databases.md b/docs/advanced-ai/examples/understand-vector-databases.md index 4156af8bc..c1a9540c2 100644 --- a/docs/advanced-ai/examples/understand-vector-databases.md +++ b/docs/advanced-ai/examples/understand-vector-databases.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: What are vector databases? description: Understand vector databases. Learn how n8n provides vector databases, along with the key components to work with them, including embeddings, retrievers, and document loaders. contentType: explanation diff --git a/docs/advanced-ai/examples/vector-store-website.md b/docs/advanced-ai/examples/vector-store-website.md index b9f658e24..a7390b68f 100644 --- a/docs/advanced-ai/examples/vector-store-website.md +++ b/docs/advanced-ai/examples/vector-store-website.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: howto title: Populate a Pinecone vector database from a website description: Scrape a website, load the data into Pinecone, then query it using a chat workflow. diff --git a/docs/advanced-ai/index.md b/docs/advanced-ai/index.md index 29408777b..5c30f7399 100644 --- a/docs/advanced-ai/index.md +++ b/docs/advanced-ai/index.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: overview title: Advanced AI description: Use n8n's LangChain integrations to build AI-powered functionality within your workflows. Connect your LangChain functionality to other data sources and services. diff --git a/docs/advanced-ai/intro-tutorial.md b/docs/advanced-ai/intro-tutorial.md index 930a79ed4..5dd5b05b5 100644 --- a/docs/advanced-ai/intro-tutorial.md +++ b/docs/advanced-ai/intro-tutorial.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 description: Learn how to build AI workflows using n8n's LangChain implementation. You'll build a chat workflow that uses ChatGPT and pulls in data from other n8n workflows. type: tutorial --- diff --git a/docs/choose-n8n.md b/docs/choose-n8n.md index 66faecd7c..7a72036b4 100644 --- a/docs/choose-n8n.md +++ b/docs/choose-n8n.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 description: Choose between our Cloud service, or self-hosting options. Learn more about licenses and n8n payment plans. contentType: overview --- diff --git a/docs/enterprise-key.md b/docs/enterprise-key.md index c67b2f17f..e2851f64c 100644 --- a/docs/enterprise-key.md +++ b/docs/enterprise-key.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: Enterprise key description: How to use your enterprise license key. contentType: howto diff --git a/docs/external-secrets.md b/docs/external-secrets.md index f0a8f8a5d..cd4999e39 100644 --- a/docs/external-secrets.md +++ b/docs/external-secrets.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: External secrets description: Use an external secrets vault with n8n. contentType: howto diff --git a/docs/faircode-license.md b/docs/faircode-license.md index e92819a6b..8927c9aef 100644 --- a/docs/faircode-license.md +++ b/docs/faircode-license.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 description: The n8n faircode license. contentType: explanation --- diff --git a/docs/index.md b/docs/index.md index d04c33b16..50a1a7595 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 contentType: overview hide: - path diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 0e54c67cc..d55d33d7b 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 tags: - Keyboard - Move canvas diff --git a/docs/learning-path.md b/docs/learning-path.md index 4ae690995..b0e81cbb2 100644 --- a/docs/learning-path.md +++ b/docs/learning-path.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 description: A suggested learning path to get started with n8n through tutorials, courses, and step-by-step guides. contentType: overview --- diff --git a/docs/log-streaming.md b/docs/log-streaming.md index e5191995f..eb5d69ffc 100644 --- a/docs/log-streaming.md +++ b/docs/log-streaming.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 description: Stream events from n8n to your logging tools. contentType: howto --- diff --git a/docs/release-notes.md b/docs/release-notes.md index bdc22df0f..61c49b491 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: Release notes description: Release notes detailing new features and bug fixes for n8n. tags: diff --git a/docs/video-courses.md b/docs/video-courses.md index c64ccd38b..21a170d33 100644 --- a/docs/video-courses.md +++ b/docs/video-courses.md @@ -1,4 +1,5 @@ --- +#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: Video courses description: Links to n8n's video courses on YouTube. contentType: overview @@ -36,4 +37,4 @@ The [Advanced](https://www.youtube.com/playlist?list=PLlET0GsrLUL5bxmx5c1H1Ms_Ot - [Error workflows](https://youtu.be/77Ewdaby47M?si=6YRlC4nMgG4hVQPV){:target=_blank .external-link} - [Building a full example](https://youtu.be/wOKLEfeJLVE?si=YMW5t-PzPq7QKbPY){:target=_blank .external-link} - [Handling files](https://youtu.be/2RAZYNigqOY?si=9x4vLX2Qo08xx8vC){:target=_blank .external-link} -- [Enterprise features](https://youtu.be/fXEubzmVJ_E?si=aK9_fI9tkF6F5CtB){:target=_blank .external-link} \ No newline at end of file +- [Enterprise features](https://youtu.be/fXEubzmVJ_E?si=aK9_fI9tkF6F5CtB){:target=_blank .external-link}