Creates a specified number of new empty documents.
    
    - Namespace
 - Statiq
.Core  - Containing Type
 - CreateDocuments
 
Syntax
public CreateDocuments(int count)
		Parameters
| Name | Type | Description | 
|---|---|---|
| count | int | The number of new documents to output. |