Uh oh!
There was an error while loading. Please reload this page.
chore: Add missing code fence languages - #772
Conversation
b844a47 to
5ba67b3Comparejaniceilene
commented
Oct 28, 2020
👋 @nschonni Thanks for opening a PR! Is this still in progress? When you're ready for review, can you fill out the pull request template and let me know? Then I'll get it triaged for you! |
nschonni
commented
Oct 28, 2020
@janiceilene I've checked the checkboxes now |
janiceilene
commented
Oct 28, 2020
@nschonni Could you fill out the Why? and What's being changed: sections to help ensure that this is triaged to the right team(s) for review, thanks! |
nschonni
commented
Oct 28, 2020
@janiceilene done |
@janiceilene I think this should be reviewed by someone on the content team! Looks good to me! But with it being a bunch of content changes, I'll defer. |
janiceilene
commented
Nov 3, 2020
Thanks @chiedo! I'll triage it for a writer review. |
rachmari
left a comment
There was a problem hiding this comment.
@nschonni I've reviewed the first 13 files in the PR and there are a couple of instances where the code fence removes some information, particularly information in brackets. Can take a look at those instances and any other instances that might be affected and make the appropriate fix? Then I can take a look at this again. 🙏 💚
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
nschonni
commented
Nov 16, 2020
Go away stale bot |
chiedo
commented
Nov 16, 2020
Coming soon! #1386 |
5ba67b3 to
e8a7ce2CompareUh oh!
There was an error while loading. Please reload this page.
A little investigation needed here before we can merge this. The |
rachmari
commented
Jan 17, 2021
@hubwriter I'd say that we could just remove the language from the code examples that aren't rendering properly and we can file an issue for any that we can look into the cause for later. I'm not sure when we'll have time to investigate the cause and file an issue with the upstream library, but at least we can ship the updates that are working for us now. |
to avoid the problem of replaceable text indicates like <this> not showing up in the output page.
hubwriter
commented
Jan 18, 2021
I've removed the language from the opening code fence where the code wasn't rendering properly on the output page. |
5e92c05 to
de3a287Comparehubwriter
commented
Jan 18, 2021
@nschonni - Thanks again for working on this. Apologies it's taken us so long to get it merged. |
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
* Add OOM killer info * Move OOM killer to new memory mgmt section & edit * postgres -> postgresql * Apply suggestions from code review Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> * Update cloud/memory-management.md Co-authored-by: Jacob Prall <prall.jacob@gmail.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Why:
Adding the language to the code fences adds syntax highlighting to the samples making them easier to read and can sometimes show syntax errors. The languages can also allow other tools like ESLint/Prettier to format those blocks if they know how to handle them based on the language
What's being changed:
Adding the code languages that are supported by the current syntax highlight library
Check off the following: