fix(portal-admin): adr refs point at gitea, not the madr template repo #153

Merged
julien merged 2 commits from docs/adr-0022-docs-site-vitepress into main 2026-05-15 18:48:08 +02:00
2 changed files with 14 additions and 6 deletions
Showing only changes of commit e1805f596d - Show all commits
@@ -3,9 +3,13 @@
<h1 class="title">Audit log</h1>
<p class="intro">
Read-only view of <code>audit.events</code> per
<a href="https://github.com/adr/madr" rel="noopener" target="_blank">ADR-0013</a>. Every query
run on this page emits its own <code>admin.audit.query</code> row — read access is itself
auditable.
<a
href="https://git.unespace.com/julien/apf_portal/src/branch/main/docs/decisions/0013-audit-trail-separated-postgres-append-only.md"
rel="noopener"
target="_blank"
>ADR-0013</a
>. Every query run on this page emits its own <code>admin.audit.query</code> row — read access
is itself auditable.
</p>
</header>
@@ -3,9 +3,13 @@
<h1 class="title">Users</h1>
<p class="intro">
Read-only directory of every identity that has signed in to portal-shell or portal-admin per
<a href="https://github.com/adr/madr" rel="noopener" target="_blank">ADR-0020</a>. Every query
run on this page emits an <code>admin.users.query</code> audit row — directory access is
itself auditable.
<a
href="https://git.unespace.com/julien/apf_portal/src/branch/main/docs/decisions/0020-portal-admin-app.md"
rel="noopener"
target="_blank"
>ADR-0020</a
>. Every query run on this page emits an <code>admin.users.query</code> audit row — directory
access is itself auditable.
</p>
</header>