Open Issues Need Help
View All on GitHubAI 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.
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.