pub fn find_mkdocs_yml(start_path: &Path) -> Option<PathBuf>
Find mkdocs.yml or mkdocs.yaml by walking up from start_path.
start_path
Returns the canonicalized path to the mkdocs config file, or None if not found.