Skip to content

Commit

Permalink
Adds link to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Oct 31, 2024
1 parent 44c32d8 commit 5bfc9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/crawler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ test("Crawl the docs and execute tests", async () => {
'https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource',
'https://prometheus.io/docs/prometheus/latest/disabled_features/', // ==>Origin: https://downloads.tigera.io/ee/v3.17.4/manifests/tigera-prometheus-operator.yaml
'https://prometheus.io/docs/prometheus/latest/feature_flags/', // ==>Origin: https://downloads.tigera.io/ee/v3.20.0-1.0/manifests/tigera-prometheus-operator.yaml
'https://docs.fluentd.org/filter/grep',
];

const lc = linkChecker();
Expand Down

0 comments on commit 5bfc9ea

Please sign in to comment.