-
-
Notifications
You must be signed in to change notification settings - Fork 177
Description
What Dev Docs changes are you proposing?
After implementing the #1951 that impacted a huge chunk of the community documentation, when rendering documents on the website, there was an issue with rendering the TSC_VOTING_OVERVIEW. The root cause were span tags with styling attributes (generated by the .github/scripts/vote_tracker/markdownTable.js file) that the site generator treated like React components.
Warning
To mitigate the issue and temporarily unblock the deployment, the tags were removed manually. However, since the workflow is automated, after the next launch, the file will be overwritten and the tags will re-appear, failing the deployment again
In the scope of this task it is necessary to:
- Remove the code that generates
spanwrapper tags - Update the code to ensure that the
TSC_VOTING_OVERVIEW.mdis generated in thedocs/020-governance-and-policiesfolder
Success metric: The resulting TSC_VOTING_OVERVIEW.md is generated in the docs/020-governance-and-policies folder and has no span tags with styling attributes.
Code of Conduct
- I agree to follow this project's Code of Conduct
Are you willing to work on this issue ?
Yes I am willing to submit a PR!