Context
Ensure that code examples in documentation (especially in testing.md and other docs) compile correctly. This can be achieved either by:
- Adding a CodeRabbit rule to validate examples
- Externalizing examples from documentation files so they can be tested as part of the build process
Reference implementation exists in the typeberry project.
Related
Context
Ensure that code examples in documentation (especially in testing.md and other docs) compile correctly. This can be achieved either by:
Reference implementation exists in the typeberry project.
Related