Adds Statiq Docs functionality to an existing bootstrapper.
Syntax
public static TBootstrapper AddDocs<TBootstrapper>(this TBootstrapper boostrapper)
where TBootstrapper : IBootstrapper
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. |