Creates a bootstrapper with all functionality for Statiq Docs.
- Namespace
- Statiq
.Docs - Containing Type
- Bootstrapper
Factory Extensions
Syntax
public static Bootstrapper CreateDocs(this BootstrapperFactory factory, string[] args)
Remarks
This includes Statiq Web functionality so
CreateWeb(BootstrapperFactory, string[])
does not need to be called in addition to this method.
Parameters
Name | Type | Description |
---|---|---|
factory | BootstrapperFactory | The bootstrapper factory. |
args | string[] | The command line arguments. |
Return Value
Type | Description |
---|---|
Bootstrapper | A bootstrapper. |