diff --git a/netlify.toml b/netlify.toml index 2b5ae8dbc1..32c98e2ab3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,6 +25,16 @@ package = "netlify-plugin-checklinks" "competent-brattain-de2d6d.netlify.app", ] + # If a link contains these patterns it will not fail the build, but will be reported as a TODO in the build log. + todoPatterns = [ + # These are referenced by autogenerated files: + + "public/docs/distributions/gke/", + "public/docs/examples/shared-resources", + "public/docs/started/getting-started", + "public/docs/other-guides", + ] + [context.deploy-preview.environment] HUGO_ENV = "development" HUGO_VERSION = "0.124.1"