Open Issues Need Help
View All on GitHub Add Documentation about 1 month ago
AI Summary: Document the existing codebase for a static website generator built from notes, focusing on public APIs, modules, functions, and types. This includes adding documentation comments explaining purpose, parameters, return values, and usage examples, and implementing a lint check to enforce documentation.
Complexity:
3/5
documentation enhancement good first issue
Sort Navigation about 1 month ago
AI Summary: Implement alphabetical sorting of navigation items in a static website generator built from Markdown notes. The current navigation order is inconsistent, and the task involves modifying the existing code to sort navigation elements alphabetically before generating the HTML output.
Complexity:
2/5
enhancement good first issue