docs: split changelog in separate json files#954
Conversation
|
Hey @EPMatt, thank you so much for your contribution! 🚀 🔄 We're currently running a few checks to make sure that everything is great with your contribution. Results are coming soon, stay tuned! |
|
Hey @EPMatt, ✅ Your contribution passed all the checks, awesome! Thanks again for dedicating your precious time to this project. 🔥 |
|
Hey @EPMatt, ✅ Your contribution passed all the checks, awesome! Thanks again for dedicating your precious time to this project. 🔥 |
|
Hey @EPMatt, ✅ Your contribution passed all the checks, awesome! Thanks again for dedicating your precious time to this project. 🔥 |
…on files (#954) * feat(docs): v0 migration to json changelogs * fix(docs): update changelogs with full markdown syntax * fix(changelog): reorder entries * fix(docs): typo * fix(docs): add missing attribution
|
Hi there, 🔒 This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you want to submit a contribution to the project, you can open a new PR. Thanks! |
Thank you for taking the time to work on a Pull Request. Your contribution is really appreciated! 🎉
Please don't delete any part of the template, since keeping the provided structure will help maintainers to review your work more rapidly.
Sections marked as * are required and need to be filled in.
Proposed change*
This PR refactors the way Blueprint Changelogs are written. Instead of being input in the
mdxdoc file for the blueprint, structuredjsonchangelogs are placed aside the blueprintyamlfile.Then, a React component in the docs website fetches the changelog file for each blueprint, and renders the Changelog in the blueprint page.
This PR includes no functionality change.
Checklist*
npm run formatbefore submitting my Pull Request.