-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update integrations to MDX syntax #5978
Conversation
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Jeffrey Johnston <Coffee-Nerd@users.noreply.github.com> Co-authored-by: Atharva Pise <atharvapise19@gmail.com> Co-authored-by: Luiz Ferraz <luiz@lferraz.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@VoxelMC We missed you on Talking and Doc'ing today! This PR is "done" but needs careful reviewing! I'm sure there's stuff missed, or still to decide. The link to the HackMD explains what we did. Care to take a look over this one? |
Yes! Definitely. I will be available to later today, looking forward to 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.
Added some comments for the Cloudflare adapter. Except one I don't think those are blocking, but I would love to get solved, why the ins
seem not to work for the one block.
Slowly working on a review to (hopefully) use Expressive Code to full capacity! Hope to have it done soon :) |
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.
Just added some suggestions.
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.
Got some suggestions for the integrations I took yesterday and 1 minor nit ⬇️
- Certain fragments in the modified files use ```sh and others use ```shell, both of them work 💯 but thought to point it out. Example: install/auto uses "```shell" in its fragments
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.
Absolutely fantastic work to everyone who worked on this! Elian, Otterlord, HiDeoo, Atharva, Sarah, Fryuni, and Coffee-Lord! And all of the reviewers so far, too.
I truly feel like the integration docs are FAR more Expressive
!~
Anyways, I left some comments about potential changes to expressive-ness
, and some formatting fixing (if they haven't been rectified already).
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.
Added some comments :re the Netlify adapter
I wish I could @everyone here in a PR! Thank you, "everyone" for such care and attention! I'm going to:
|
Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
Co-authored-by: Atharva Pise <atharvapise19@gmail.com> Co-authored-by: voxel!() <voxelmc@hotmail.com>
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Jeffrey Johnston <Coffee-Nerd@users.noreply.github.com> Co-authored-by: Atharva Pise <atharvapise19@gmail.com> Co-authored-by: Luiz Ferraz <luiz@lferraz.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> Co-authored-by: voxel!() <voxelmc@hotmail.com> Co-authored-by: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com> Co-authored-by: Favour Okoh <87978245+Favourz1@users.noreply.github.com>
Description (required)
Updates all integration guides to use MDX & Expressive Code syntax, instead of regular MD.
More info on the HackMD