Creates a new document with the specified content.
    
    - Namespace
 - Statiq
.Core  - Containing Type
 - CreateDocuments
 
Syntax
public CreateDocuments(Config<string> content, string mediaType = null)
		Parameters
| Name | Type | Description | 
|---|---|---|
| content | Config | 
							The content for the output document. | 
| mediaType | string | The media type of the output document. |