diff --git a/docs/data/data-mapping/index.md b/docs/data/data-mapping/index.md index dcd85a1f6..26f32fc20 100644 --- a/docs/data/data-mapping/index.md +++ b/docs/data/data-mapping/index.md @@ -1,4 +1,4 @@ -# Overview +# Data mapping Data mapping means referencing data from previous nodes. diff --git a/docs/integrations/builtin/app-nodes/index.md b/docs/integrations/builtin/app-nodes/index.md index 0053d84d9..470105543 100644 --- a/docs/integrations/builtin/app-nodes/index.md +++ b/docs/integrations/builtin/app-nodes/index.md @@ -1,3 +1,3 @@ -# Overview +# App nodes library -This section provides information about n8n's app nodes. \ No newline at end of file +This section provides information about n8n's app nodes. diff --git a/docs/integrations/builtin/core-nodes/index.md b/docs/integrations/builtin/core-nodes/index.md index 039cc5a7e..4be788574 100644 --- a/docs/integrations/builtin/core-nodes/index.md +++ b/docs/integrations/builtin/core-nodes/index.md @@ -1,4 +1,4 @@ -# Overview +# Core nodes library This section provides information about n8n's core nodes. diff --git a/docs/integrations/builtin/credentials/index.md b/docs/integrations/builtin/credentials/index.md index 40fd2a344..0bf70430a 100644 --- a/docs/integrations/builtin/credentials/index.md +++ b/docs/integrations/builtin/credentials/index.md @@ -1,4 +1,4 @@ -# Overview +# Credentials library This section contains step-by-step information about authenticating the different nodes in n8n. diff --git a/docs/integrations/builtin/trigger-nodes/index.md b/docs/integrations/builtin/trigger-nodes/index.md index ab65777ce..4b6301180 100644 --- a/docs/integrations/builtin/trigger-nodes/index.md +++ b/docs/integrations/builtin/trigger-nodes/index.md @@ -1,3 +1,3 @@ -# Overview +# Trigger nodes library -This section provides information about n8n's trigger nodes. \ No newline at end of file +This section provides information about n8n's trigger nodes. diff --git a/netlify.toml b/netlify.toml index 2fa414b04..de453e9e7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.3-insiders-4.24.0 && && pip install --force "mkdocs<1.4" && mkdocs build" + command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.6-insiders-4.25.1 && mkdocs build" publish = "site"