-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tools): remove redirects that reference to deleted docs #126
Conversation
a8b5e22
to
678d676
Compare
return Ok(()); | ||
} | ||
|
||
validate_pairs(&pairs, locale)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may need to check the internal to_url
: in check_url_invalid_symbols()
function, we shoud check if the doc related to to_url
exists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We check for the path but not the doc. I'll fix this as a follow-up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work! thanks
return Ok(()); | ||
} | ||
|
||
validate_pairs(&pairs, locale)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We check for the path but not the doc. I'll fix this as a follow-up.
Description
remove redirects that reference to deleted docs.
Motivation
To be written
Additional details
Related issues and pull requests