Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc link to frontmatter for some pages as sample #2196

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/1-0-migration-checklist.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/agent-chain-comparison.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/api-workflow-tool.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/data-google-sheets.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/human-fallback.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/introduction.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/understand-agents.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/understand-chains.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/understand-memory.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/understand-tools.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/understand-vector-databases.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/examples/vector-store-website.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/advanced-ai/intro-tutorial.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
1 change: 1 addition & 0 deletions docs/choose-n8n.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
1 change: 1 addition & 0 deletions docs/enterprise-key.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: Enterprise key
description: How to use your enterprise license key.
contentType: howto
Expand Down
1 change: 1 addition & 0 deletions docs/external-secrets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
title: External secrets
description: Use an external secrets vault with n8n.
contentType: howto
Expand Down
1 change: 1 addition & 0 deletions docs/faircode-license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: The n8n faircode license.
contentType: explanation
---
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
contentType: overview
hide:
- path
Expand Down
1 change: 1 addition & 0 deletions docs/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
tags:
- Keyboard
- Move canvas
Expand Down
1 change: 1 addition & 0 deletions docs/learning-path.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
1 change: 1 addition & 0 deletions docs/log-streaming.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
description: Stream events from n8n to your logging tools.
contentType: howto
---
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion docs/video-courses.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}
- [Enterprise features](https://youtu.be/fXEubzmVJ_E?si=aK9_fI9tkF6F5CtB){:target=_blank .external-link}
Loading