Adds a path formatter function to make it available from a document or
collection's $path setting.
For example, if a document's $path is set to:
$path: /blog/articles/${slugify(doc.fields.title)}/
You could then add a path formatter with name slugify to create a URL for
the document, based on its title field.
Hook for extending the URL path interpolation context.
Generated using TypeDoc
Plugin for working with routes and URL path formats.