feat(ui): tabbed view for root markdown files alongside README #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add tabs above the README rendering on the repository home page for important root-level markdown files, similar to how GitHub displays them. Instead of only showing the README, provide clickable tabs for files like:
Motivation
GitHub surfaces these files as tabs on the repo landing page, making them easy to discover without browsing the file tree. This improves contributor onboarding and project transparency.
Proposed Behavior
References
Authored by Jonathan Miller (@jmiller)
Testing Complete — All Checks Pass
Tested on dev (git.dev.mokoconsulting.tech) with testadmin/tab-test repo containing all 6 well-known files.
Merged to dev via PR #501.
Authored by Jonathan Miller (@jmiller)