Interface IPostProcessor
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IPostProcessor
Methods
|
Improve this Doc
View Source
PrepareMetadata(ImmutableDictionary<String, Object>)
Update global metadata before building all the files declared in docfx.json
Declaration
ImmutableDictionary<string, object> PrepareMetadata(ImmutableDictionary<string, object> metadata)
Parameters
Returns
|
Improve this Doc
View Source
Process(Manifest, String)
Add/remove/update all the files included in manifest
Declaration
Manifest Process(Manifest manifest, string outputFolder)
Parameters
Type |
Name |
Description |
Manifest |
manifest |
|
String |
outputFolder |
The output folder where our static website will be placed
|
Returns
Extension Methods