Namespace DocFxHelper
Classes
- BuildConfig
Controls what gets built See: https://dotnet.github.io/docfx/tutorial/docfx.exe_user_manual.html#32-properties-for-build
- BuildContent
Provides structure for various collections in docfx.json
- DocFxConfig
The root class in a heirarchy used to create a valid DocFx.json file for statoc site generation. The DocBuilder PowerShell module populates an instance of the object and its collections and serializes the result to JSON for consumption by DocFx.
See https://dotnet.github.io/docfx/tutorial/docfx.exe_user_manual.html
- MetadataConfig
'metadata' portion of Docfx.json See: https://dotnet.github.io/docfx/tutorial/docfx.exe_user_manual.html#31-properties-for-metadata
- MetadataSrc
Defines the source projects to have metadata generated, which is in File Mapping Format. Relative paths are relative to the docfx.json file being used. To go up a folder use ../.