Skip to content

Commit

Permalink
docs: remove cve-reports path
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Dec 12, 2024
1 parent 2c3716d commit 94b1e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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 94b1e45

Please sign in to comment.