Interface: FileInfo
Defined in: index.ts:36
Where a document's file lives.
Properties
name
name: string;Defined in: index.ts:38
The file name with its extension, eg setup.md.
path
path: string;Defined in: index.ts:40
Relative to the project root, eg content/guides/setup.md.