From 32383a6851feeeb8454ed7b18695a37878156e67 Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sat, 6 Jan 2024 21:25:12 +0100 Subject: [PATCH] removing old link checker #2 --- .github/workflows/documentation.yml | 8 ------- docs/web/.link_check_config.json | 36 ----------------------------- 2 files changed, 44 deletions(-) delete mode 100644 docs/web/.link_check_config.json diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 94d2c4a59352..f2c0549b0a19 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -56,11 +56,3 @@ jobs: with: fail: true args: -c docs/web/lychee.toml -n docs/web/docs/ - - - name: Checking links in markdown files - uses: gaurav-nelson/github-action-markdown-link-check@v1 - with: - config-file: 'docs/web/.link_check_config.json' - use-quiet-mode: 'yes' - use-verbose-mode: 'no' - folder-path: 'docs/web/docs/' diff --git a/docs/web/.link_check_config.json b/docs/web/.link_check_config.json deleted file mode 100644 index 7adc84f0b5ff..000000000000 --- a/docs/web/.link_check_config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "replacementPatterns": [ - { - "pattern": "{{Source}}", - "replacement": "https://github.com/eclipse/sumo/blob/main/" - } - ], - "ignorePatterns": [ - { - "pattern": "{{Version}}" - }, - { - "pattern": "https://wiki.openstreetmap.org/wiki/" - }, - { - "pattern": "https://build.opensuse.org/project/show/science:dlr" - }, - { - "pattern": "https://github.com/eclipse/sumo/blob/main/" - }, - { - "pattern": "^https://elib.dlr.de/" - }, - { - "pattern": "https://doi.org/10.3141/2623-01" - }, - { - "pattern": "^https://www.baua.de/" - } - ], - "timeout": "10s", - "retryOn429": true, - "retryCount": 3, - "fallbackRetryDelay": "30s", - "aliveStatusCodes": [0, 200, 206, 400, 403] -}