Creates new documents with the specified metadata.
    
    - Namespace
 - Statiq
.Core  - Containing Type
 - CreateDocuments
 
Syntax
public CreateDocuments(IEnumerable<IEnumerable<KeyValuePair<string, object>>> metadata)
		Parameters
| Name | Type | Description | 
|---|---|---|
| metadata | IEnumerable | 
							The metadata for each output document. |