export interface SearchDoc { id: string; path: string; pageTitle: string; siteSection: string; pageSectionTitle: string; pageSectionContent: string; }