Create a new DocFXProject.
The full path to the project file (docfx.json).
The DocFX project data.
The full path to the project directory.
The full path to the project file (docfx.json).
Make the specified file or directory path relative to the project directory.
The file path.
Retrieve the paths of all content files in the project.
Optional file extensions used to filter the results.
A promise that resolves to the file paths.
Retrieve the metadata for all topics in the project.
A promise that resolves to the file paths.
Determine whether the specified content file is included in the project.
The full or relative path of the file.
true, if the file is included in the project; otherwise, false.
Load and parse the specified DocFX project file.
The full path to the project file.
A promise that resolves to the DocFXProject.
Synchronously load and parse the specified DocFX project file.
The full path to the project file.
The DocFXProject.
Generated using TypeDoc
Represents a DocFX project and its files.