Al Mamun

Results 1 comments of Al Mamun

@avitorio @clemmurphy I think as slugs we should only consider `mdx?` files name (without extension). ```ts // now getDocumentSlugs('posts') // ['post-1.md', 'post-2.mdx', 'images', '.gitkeep'] // then getDocumentSlugs('posts') // ['post-1', 'post-2']...