-
Notifications
You must be signed in to change notification settings - Fork 60.5k
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: Bad code fence indenting in ordered lists #675
Conversation
Thanks for opening a PR @nschonni! I'll get this triaged for review 🌟 Edit: I'll wait to triage this one until we get a chance to look at the linked PR 💛 |
@janiceilene I've removed the content changes from the other PR now, since the original issue requiring them has been fixed in Markdownlint. They are still content issues, so I'll leave the for review here |
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. |
4351cf6
to
1fdcec6
Compare
@@ -27,7 +27,7 @@ Before launching {% data variables.product.product_location %} on Google Cloud P | |||
{% data variables.product.prodname_ghe_server %} is supported on the following Google Compute Engine (GCE) machine types. For more information, see [the Google Cloud Platform machine types article](https://cloud.google.com/compute/docs/machine-types). | |||
|
|||
| High-memory | | |||
------------- | | |||
| ------------- | |
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.
This is the only functional change
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 got Crowdin to parse correctly again from the changes in #1603
1fdcec6
to
92bbf2d
Compare
@janiceilene @rachmari looks like the stale bot doesn't want to dismiss the label after pushing/rebasing |
71c6c87
to
bf19b22
Compare
Looking at this again briefly, this can be reviewed by any writer! I removed @rachmari and I as reviewers and I'll move this to the |
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.
Thanks for this PR @nschonni! I've added a couple of suggestions as comments.
content/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster.md
Outdated
Show resolved
Hide resolved
content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
Outdated
Show resolved
Hide resolved
3f279e6
to
33c2fcc
Compare
👋 @martin389 It looks like this one's ready for your 👀 again |
Hi @nschonni 👋 I had a look at Configuring high availability replication for a cluster, and some of the rendering might need to be checked:
|
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.
Thanks for these changes, @nschonni! 🎉
I've finished my review, and added a comment above for one of the sections:
- Configuring high availability replication for a cluster - some small tweaks needed.
The rest looks good to me: 🚀
980591f
to
a26bd03
Compare
🤦 sorry about the repeat reviews. I rebased and checked that file on dev side-by-side again with poduction and they're looking the same. |
No worries, thanks so much for checking on this 🚀 |
👋 For docs tooling folks: The procedure numbering resets a few times in this staging article: "Configuring high availability replication for a cluster". Specific examples are listed below: |
Sounds like it might have been an internal issue that was fixed #1552 (comment) |
b45384d
to
8506c52
Compare
@martin389 rebase looks like it fixed it 😄 |
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.
Re-reviewed after tooling fixes were added in #1552 (comment):
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
Thanks again for these fixes, @nschonni! 🎉 |
Why:
Split out commit from #541 for markdown sections that cause parser issues with markdownlint because of incorrect indenting of start/end code fences
What's being changed:
Check off the following: