Closed gustaveWPM closed 9 months ago
After some investigations: this will require an entire dedicated error handling, with checkers before any call to getFlattenedPathWithoutRootFolder
, based on the sourceFilePath
field of each document.
It must also be file extension agnostic.
So any trailing .mdx
, .md
, .etc
will have to be removed from the sourceFilePath
during the checks.
Well at first, I was very depressed. But in the end it is pretty simple to handle, and I think we can expect a merge by the end of the week.
I preferred to create a separate branch because this problem was really stressing me out.
oops
Created a new branch: fix-index-notation-lp
I think this is finally fixed.
Aouch! This is an edge case!
Gonna track down this.