UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

3 lines (2 loc) 139 B
// Replace .mdx, so we can pass file paths into this function export const pagePathToSlug = (pagePath) => pagePath.replace(/\.mdx?$/, '');