Fix alert boxes in translated documentation
What does this MR do?
Runs the alert box script on the /doc-locale directory to fix alert boxes that were missed during localization review.
Script is stored in a snippet here: https://gitlab.com/gitlab-com/localization/docs-site-localization/-/snippets/5965737
Why was this MR needed?
This post clean up is need to catch any alert boxes formatted incorrectly during review.
What's the best way to test this MR?
- Pull branch down
- Place script in root of directory: https://gitlab.com/gitlab-com/localization/docs-site-localization/-/snippets/5965737
- Make script executable:
chmod +x fix-note-blocks.sh - Update script to run on
docs-locale/ja-jpby default... instead ofdoc-locale/ja-jp - Run the script:
./fix-note-blocks.sh git add .: and you'll see the only file changed is that script. No malformed alert boxes detected indocs-locale