A fast, weaving documentation generator

2 Open Issues Need Help Last updated: Mar 1, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes adding a "Last updated" date to each page, derived from the git commit history of its source file. The goal is to enhance reader trust and signal content freshness. Implementation involves integrating `git log` during the build process to populate a new `LastModified` field in the page data structure, with robust error handling for various git-related scenarios.

Complexity: 3/5
enhancement good first issue

A fast, weaving documentation generator

Go

AI Summary: The issue proposes adding an "Edit this page" link to each documentation page, pointing directly to its source Markdown file on GitHub or a similar forge. This feature aims to encourage contributions and would be rendered only when a repository is configured. The link's URL would be automatically generated using the site's repository, documentation directory, and the page's file path, with an optional override for the branch name.

Complexity: 2/5
enhancement good first issue

A fast, weaving documentation generator

Go