kit-docs
kit-docs copied to clipboard
Convert Windows path backslashes to slash
Categories and next/previous links wasn't working out of the box for me on Windows.
Problem was that the path was split using /
but in WIndows a path is seperated with \\
.
Adding slash conversion for relativePath
and in cleanFilePath
fixed this issue for me.
But I'm not sure if this is needed in more places?