AddDocs<TBootstrapper>(TBootstrapper) Method
Adds Statiq Docs functionality to an existing bootstrapper.
Namespace
Statiq.Docs
Containing Type
BootstrapperExtensions

Syntax

public static TBootstrapper AddDocs<TBootstrapper>(this TBootstrapper boostrapper) 
    where TBootstrapper : IBootstrapper

Remarks

This method is useful when you want to add Statiq Docs support to an existing bootstrapper, for example because you created the bootstrapper without certain default functionality or don't want to add Statiq Web functionality.

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
boostrapper TBootstrapper The bootstrapper to add Statiq Docs functionality to.

Return Value

Type Description
TBootstrapper The bootstrapper.