remove link checker for now

This commit is contained in:
Deborah Barnard
2022-03-22 15:50:41 +00:00
parent e3b159a0de
commit f3da8a18bb
2 changed files with 2 additions and 5 deletions

View File

@@ -7,5 +7,5 @@ Nodes are the building blocks of workflows in n8n. They are an entry point for r
1. If you would like to learn the basics of nodes, head over to the [Node Basics](node-basics.md) document.
2. If you are looking to create your own node, head over to the [Creating Nodes](creating-nodes/create-node.md) section.
3. If you'd like to learn more about the different nodes in n8n, their functionalities and example usage, head over to the [Nodes Library](nodes-library/core-nodes/Cron/README.md) section.
4. If you'd like to learn how to add the credentials for the different nodes, head over to the [Credentials](credentials/ActiveCampaign/README.md) section.
3. If you'd like to learn more about the different nodes in n8n, their functionalities and example usage, head over to the [Nodes Library](nodes-library/core-nodes/README.md) section.
4. If you'd like to learn how to add the credentials for the different nodes, head over to the [Credentials](credentials/README.md) section.

View File

@@ -4,6 +4,3 @@
# Handle our memory-hungry builds
[build.environment]
NODE_OPTIONS = "--max_old_space_size=4096"
# link checker whoop! https://github.com/Munter/netlify-plugin-checklinks
[[plugins]]
package = "netlify-plugin-checklinks"