pub fn write_document( doc_type: &DocumentType, filename: &str, content: &str, ) -> Result<WriteDocumentOk>
Write a document to the active work directory.
doc_type
filename
content
A WriteDocumentOk with the path, bytes written, and optional GitHub URL on success.
WriteDocumentOk