backstage / mkdocs-monorepo-plugin

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
https://backstage.github.io/mkdocs-monorepo-plugin/
Apache License 2.0
314 stars 75 forks source link

fix: use realpath to detect if the file is in root path #79

Closed aladjadj closed 2 years ago

aladjadj commented 2 years ago

This PR mitigate side effect when an additional plugin like "same-dir" is used

Use the absolute path to prevent miss-match when the path has a dot

aladjadj commented 2 years ago

Thx @camilaibs for your review :)