pub fn create_section( slug: &Slug, wiki_root: &Path, body_template: Option<&str>, ) -> Result<PathBuf>
Create a new section (directory + index.md with type: section).