export interface NgDocPageKeyword {
    key: string;
    title: string;
    path: string;
}
