fix(portal-admin): adr refs point at gitea, not the madr template repo #152
Reference in New Issue
Block a user
Delete Branch "fix/portal-admin-adr-links"
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
Two ADR references in
portal-adminpage intros (/audit,/users) linked tohttps://github.com/adr/madr— the MADR template repository, not our ADRs. Copy-paste artefact from the original authoring of those pages.Both anchors now resolve to the actual ADR file on Gitea, so a reviewer who clicks lands on the right document.
github.com/adr/madr0013-audit-trail-…github.com/adr/madr0020-portal-admin-appWhy no in-app ADR viewer
A natural follow-up question — "could we render the ADRs inside portal-admin?" — was considered and rejected for v1:
docs/**/*.mdbecomes a real need, a separate static-site (MkDocs Material / Docusaurus / VitePress) deployed ondocs.portal.apf.frwith a CI hook ondocs/changes is the battle-tested path. That's the chantier slot — a separate ADR + setup, not bolt-on inside portal-admin.Test plan
pnpm nx run-many -t lint test build --projects=portal-admin— clean, 50 specs pass, lazy chunks unchanged./auditand/usersin portal-admin, click the inline ADR badge, confirm the Gitea ADR page loads in a new tab.