-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix double single quotes in metaDescription and wrap everything in double quotes #2261
Conversation
Original commit did not exclude Japanese docs. Reverted that commit and pushed two separate commits which exclude Japanese docs. |
Building this locally now |
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.
Hi @bradleycamacho , looks good but noticed a few docs where there are still some double-single-quotes in the metadescription. See screenshot. Thanks for doing this cleanup!
@@ -4,7 +4,7 @@ tags: | |||
- Agents | |||
- Nodejs agent | |||
- Troubleshooting | |||
metaDescription: 'To reduce disk space consumption, be sure to lower the ''trace'' log level after generating a troubleshooting log for your New Relic Node.js agent.' |
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.
Looks like this case with doubled up double single quotes (if that makes any sense) wasn't handled quite right. Not sure how common this is but probably worth re-searching for.
No longer seems worth the effort. If anyone ever reopens in the future, be sure to implement the fixes mentioned above and ensure merge conflicts are fixed. |
This PR removes all double single quotes in
metaDescriptions
, and wraps allmetaDescriptions
in double quotes instead.This built correctly, and I scanned a few dozen individual docs to ensure everything got replaced correctly. Please double check for me if you review this :)
Attaching the regEx I used as screenshots:

