Portal Registry
Canonical list of UI portals in this monorepo. Each portal has a unique uppercase key used in VITE_* environment variable names (ADR-0031).
| Portal Key | App package | Variable prefix | Owner group | Evidence |
|---|---|---|---|---|
| UI_COMMUNITY | apps/ui-community | VITE_APP_UI_COMMUNITY_* | ocm-app-ui-community | addition-evidence.md |
| UI_STAFF | apps/ui-staff | VITE_APP_UI_STAFF_* | ocm-app-ui-staff | addition-evidence.md |
| COMMON | shared | VITE_COMMON_* | ocm-common | — |
Adding a new portal​
- Choose a
UI_<NAME>key (uppercase, underscores only). - Add a row to this table.
- Create
apps/docs/docs/portals/ui-<name>/addition-evidence.mdfrom the template inui-staff/addition-evidence.md. - Create pipeline variable group
ocm-app-ui-<name>. - The ArchUnit env-var compliance test will enforce the naming automatically.