-
-
Notifications
You must be signed in to change notification settings - Fork 676
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
feat: add script to convert md to mdx #2938
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Whoa 🤯 , 236 file changes? Is that really a safe way to make changes? If that amount of file changes is not a mistake, shouldn't we be breaking this up into MANY smaller PRs? |
If we look into the changes, there are actually none. I've only added a new script to build pages inside website. |
A neat workaround 🥳 A minor bug,
|
Resolved this bug ✅ |
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.
Changes looks good to me 🚀
Need a final review from @derberg
Also from @alequetzalli too 😅😊 |
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.
shouldn't we remove what's in pages (taken from markdown dir) entirely? and have it in .gitignore for local development?
@derberg We actually moved the files, if you look into the changes. Also, you can checkout the PR locally to see if there are files inside |
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.
@akshatnema right, sorry, all good from my side
@derberg @anshgoyalevil Can you please approve the PR again? 😅 |
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.
Docs look good 👍🏽👾
/rtm |
Description
Added new scripts to convert md files to mdx at build time.
Related issue(s)