Skip to main content

find_mkdocs_yml

Function find_mkdocs_yml 

Source
pub fn find_mkdocs_yml(start_path: &Path) -> Option<PathBuf>
Expand description

Find mkdocs.yml or mkdocs.yaml by walking up from start_path.

Returns the canonicalized path to the mkdocs config file, or None if not found.