Skip to content

Commit

Permalink
docs: replace cve-reports as skipped path DOC-1512 (#5019)
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz authored Dec 12, 2024
1 parent 05c4c89 commit 905b3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ALOGLIA_CONFIG=$(shell cat docsearch.dev.config.json | jq -r tostring)
# Remove all /deprecated paths because we don't want to maintain their links
VERIFY_URL_PATHS=$(shell find ./docs -name "*.md" | cut -c 3- | \
sed '/security-bulletins/d' | \
sed '/cve-reports/d' | \
sed '/oss-licenses/d' | \
sed '/deprecated/d' )

Expand Down

0 comments on commit 905b3b5

Please sign in to comment.