export interface DocPageSchema {
  name: string;
  directory: string;
  path?: string;
}
