import { DocPageShell } from '../components/DocLayout/DocPageShell'; import { RoleCard } from '../components/DocLayout/RoleCard'; import { ROLES } from '../data/roles'; export function RoleSelectPage() { return (
{ROLES.map((role) => ( ))}

Each role page includes tailored documentation sections and relevant flow paths.
Use the Reference panel (top nav) for quick-access to the legend and rules.

); }