pub fn compute_file_path(
store: &Store,
id: &EntityId,
hierarchy_rel: &str,
) -> StringExpand description
Compute file path for an entity based on its PART_OF ancestry.
Path is: grandparent/parent/entity-name.md (reversed ancestor chain).