import { labelify } from "../utils/string.ts"; import { getPath } from "../utils/path.ts"; import type { CMSContent, Version } from "../../types.ts"; type Link = [string, string] | string; export default function breadcrumb( options: CMSContent, version?: Version, ...links: Link[] ) { return ` `; }