Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jul 16, 2023
1 parent a78351d commit f6d5740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions files/zh-cn/.markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
// "name": "m-dash",
// "message": "Don't use '--'. Use m-dash — instead",
// "search": " -- ",
// "replace": "",
// "replace": "——",
// "searchScope": "text"
// },
// {
// "name": "relative-link",
// "message": "Internal links should start with '/'",
// "searchPattern": "/([\\(\"])[\\w\\-]+\\/docs/g",
// "replace": "$1/en-US/docs",
// "searchPattern": "/([\\(\"])(en-US|zh-cn)\\/docs/gi",
// "replace": "$1/$2/docs",
// "searchScope": "text"
// },
{
Expand Down
8 changes: 4 additions & 4 deletions files/zh-tw/.markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
// "name": "m-dash",
// "message": "Don't use '--'. Use m-dash — instead",
// "search": " -- ",
// "replace": "",
// "replace": "——",
// "searchScope": "text"
// },
// {
// "name": "relative-link",
// "message": "Internal links should start with '/'",
// "searchPattern": "/([\\(\"])[\\w\\-]+\\/docs/g",
// "replace": "$1/en-US/docs",
// "searchPattern": "/([\\(\"])(en-US|zh-tw)\\/docs/gi",
// "replace": "$1/$2/docs",
// "searchScope": "text"
// },
//},
{
"name": "relative-link-path",
"message": "Don't use relative paths",
Expand Down

0 comments on commit f6d5740

Please sign in to comment.