From 3f8c949a7c5364842dde1a95b14d996b66ad4f6e Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Tue, 17 Dec 2024 16:45:15 +0100 Subject: [PATCH] Remark ignores Layman blob and Geoserver API Layman blob is ignored, because remark reports missing anchor elements, although they are not missing Geoserver API is ignored, because anchor elements are not available in the document, but they are used to dynamically load content --- .remarkrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.remarkrc b/.remarkrc index 6524c43f5..7327cca31 100644 --- a/.remarkrc +++ b/.remarkrc @@ -12,7 +12,9 @@ }, "skipUrlPatterns": [ "https://security.stackexchange.com", - "https://github.com/LayerManager/layman/issues/" + "https://github.com/LayerManager/layman/issues/", + "https://github.com/LayerManager/layman/blob/", + "https://docs.geoserver.org/2.21.x/en/api/" ] } }