This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push: new 34252979abc chore: rm useless sed sh (#1720) 34252979abc is described below commit 34252979abcf5240ed9af21252751a6fb99d5553 Author: Young <isk...@outlook.com> AuthorDate: Thu Nov 2 09:35:11 2023 +0800 chore: rm useless sed sh (#1720) --- scripts/special-process-v2md.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/special-process-v2md.sh b/scripts/special-process-v2md.sh index ee8dd0c0c82..eb171d413b5 100644 --- a/scripts/special-process-v2md.sh +++ b/scripts/special-process-v2md.sh @@ -7,4 +7,3 @@ BASEDIR=$(dirname $0)/.. sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; /<!--\s*markdown-link-check-enable\s*-->/I,+1d;' $BASEDIR/doc/docs/apisix-ingress-controller/references/v2.mdx sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; /<!--\s*markdown-link-check-enable\s*-->/I,+1d;' $BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.7.0/references/v2.mdx -sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; /<!--\s*markdown-link-check-enable\s*-->/I,+1d;' $BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.7.0-release/references/v2.mdx