export interface DocAlertProps {
  title: string;
  url: string;
}
