Search Results for

    Show / Hide Table of Contents

    Interface IPostProcessor

    Namespace: Microsoft.DocAsCode.Plugins
    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
    Type Name Description
    ImmutableDictionary<String, Object> metadata
    Returns
    Type Description
    ImmutableDictionary<String, Object>
    | 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
    Type Description
    Manifest

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX