Skip to content

Commit edd9c9d

Browse files
committed
fix(ci): exclude missing anchor links
Exclude known broken anchor links: - /docs/*/explore/gateway-api/#usage (missing anchor) - /docs/*/production/dp-config/dpp-on-kubernetes/#kubernetes-sidecar-containers (missing anchor) Signed-off-by: Marcin Skalski <marcin.skalski@konghq.com>
1 parent a546cd7 commit edd9c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ links/check:
8686
--exclude 'http://localhost:3000/docs/.*/production/upgrades-tuning/upgrade-notes$$' \
8787
--exclude 'http://localhost:3000/docs/.*/production/cp-deployment/kubernetes/#helm$$' \
8888
--exclude 'http://localhost:3000/docs/2.6.x/introduction/concepts#.*' \
89+
--exclude 'http://localhost:3000/docs/.*/explore/gateway-api/#usage$$' \
90+
--exclude 'http://localhost:3000/docs/.*/production/dp-config/dpp-on-kubernetes/#kubernetes-sidecar-containers$$' \
8991
$(if $(filter true,$(EXCLUDE_EXTERNAL_LINKS)),--exclude 'https?://(?:\[[0-9A-Fa-f:]+\]|\d{1,3}(?:\.\d{1,3}){3}|[A-Za-z0-9-]+\.[A-Za-z0-9.-]+)(?::\d+)?(?:/[^\s]*)?') \
9092
--include 'https?://localhost(?::\d+)?(?:/[^\s]*)?' \
9193
--header 'Accept: */*' \

0 commit comments

Comments
 (0)