pub(crate) fn build_browse_pages(
revisions: &[(String, ObjectId)],
browse_dir: &Path,
repo_path: &Path,
theme_path: &Path,
project_name: &str,
lang: &Option<String>,
clone_url: &Option<String>,
formats: &[OutputFormat],
git_ui_path: &str,
prefix_empty: bool,
ref_map: &[(&str, &str)],
) -> Result<()>Expand description
Build the full static tree browser for every revision in revisions.