fix: prod hotfixes - metadata Organization field + org wiki nav/links #789
Reference in New Issue
Block a user
Delete Branch "rc"
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?
Three prod bug fixes consolidated on rc:
- view.tmpl rendered both org/header (which already includes org/menu) and org/menu -> the org navigation bar showed twice. Drop the redundant org/menu include to match every other org page. - Wiki content was rendered with a RepoFile context, so intra-wiki links pointed at /{owner}/{repo}/src/branch/main/PATH (repo file browser, missing .md -> 404). Rewrite rendered links (content/sidebar/footer) to /{owner}/-/wiki/PATH, which also hides the underlying wiki repo name. - Reword empty-state hint to public / members-only wording. Claude-Session: https://claude.ai/code/session_01Bqe7fAuHQeiLueYfeHFrHw