You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docusaurus documentation currently has parts that give concrete examples of how to use the library. These examples are untested. If the source code of the library changes, the examples might not work anymore if the documentation is not updated accordingly.
Therefore, creating test cases as GitHub workflows for those examples would be great. For this, the content needs to be extracted from the markdown files into separate files that can be automatically tested in a pipeline. Here, the source code needs to be integrated into the markdown file instead of copied and pasted (no redundant content).
This issue is completed when two tasks are done:
The examples are automatically tested as GitHub workflow / pipeline steps and automatically checked on every pull request
The content is dynamically embedded from the files inside the documentation
🛠️ Task
What Needs to Be Done
The Docusaurus documentation currently has parts that give concrete examples of how to use the library. These examples are untested. If the source code of the library changes, the examples might not work anymore if the documentation is not updated accordingly.
Therefore, creating test cases as GitHub workflows for those examples would be great. For this, the content needs to be extracted from the markdown files into separate files that can be automatically tested in a pipeline. Here, the source code needs to be integrated into the markdown file instead of copied and pasted (no redundant content).
This issue is completed when two tasks are done:
Additional Context
Current examples:
The text was updated successfully, but these errors were encountered: