Open Issues Need Help
View All on GitHub Hidden lines are visible in code snippets about 2 months ago
AI Summary: Fix a bug in the Ratatui website's documentation where lines marked with `// hide_line` in code snippets are not being hidden as intended. The solution involves correcting the code that processes these comments to ensure they are properly excluded from the rendered output.
Complexity:
3/5
bug good first issue
fix sidebar ordering for highlights 2 months ago
AI Summary: The task is to refactor the Ratatui website's sidebar to automatically order highlight documentation entries instead of manually ordering them. This involves investigating and implementing a solution based on the provided Starlight discussion thread, modifying the `astro.config.mjs` file.
Complexity:
3/5
good first issue