You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin uses the config["docs_dir"] to find the .git folder. The monorepo plugin changes the docs_dir to a temporary folder. More context here backstage/mkdocs-monorepo-plugin#13 (comment)
We should raise an instructional error to change the plugin order in mkdocs.yml, so this plugin is always loaded first.
Examples:
Good:
plugins:
- git-revision-date-localized
- monorepo
Bad:
plugins:
- monorepo
- git-revision-date-localized
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This plugin uses the
config["docs_dir"]
to find the.git
folder. Themonorepo
plugin changes thedocs_dir
to a temporary folder. More context here backstage/mkdocs-monorepo-plugin#13 (comment)We should raise an instructional error to change the plugin order in
mkdocs.yml
, so this plugin is always loaded first.Examples:
Good:
Bad:
The text was updated successfully, but these errors were encountered: