Creates new documents with the specified content and metadata.
    
    - Namespace
 - Statiq
.Core  - Containing Type
 - CreateDocuments
 
Syntax
public CreateDocuments(IEnumerable<Tuple<string, IEnumerable<KeyValuePair<string, object>>>> contentAndMetadata, string mediaType = null)
		Parameters
| Name | Type | Description | 
|---|---|---|
| contentAndMetadata | IEnumerable | 
							The content and metadata for each output document. | 
| mediaType | string | The media type of each output document. |