This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch SkyeYoung-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 478e832588e1ab1619f86fbd4593f4d64b645a37 Author: Young <[email protected]> AuthorDate: Thu Nov 2 09:32:18 2023 +0800 chore: rm useless sed sh --- 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
