pub fn write_site( project: &Project, out_dir: &Path, ) -> Result<DocReport, String>
Write the static documentation site for project into out_dir. Creates the directory tree if absent.
project
out_dir