I'm migrating from mkdocs-awesome-pages to the successor mkdocs-awesome-nav.
The new plugin reports a warning if mkdocs.yml has a nav entry: WARNING - awesome-nav: 'nav' config from mkdocs.yml is being replaced with one generated by awesome-nav
to avoid this warning and move the navigation to own file supported i've removed the default nav entry, but now facing a warning from mkdocs-multirepo-plugin : WARNING - Multirepo plugin has nav_repos configuration without a nav section.
Is there a way to disable this warning?
I think the nav will be generated by anyway by the other plugin and hopefully link to the multirepo entries?
I'm migrating from mkdocs-awesome-pages to the successor mkdocs-awesome-nav.
The new plugin reports a warning if mkdocs.yml has a nav entry:
WARNING - awesome-nav: 'nav' config from mkdocs.yml is being replaced with one generated by awesome-navto avoid this warning and move the navigation to own file supported i've removed the default
naventry, but now facing a warning from mkdocs-multirepo-plugin :WARNING - Multirepo plugin has nav_repos configuration without a nav section.Is there a way to disable this warning?
I think the nav will be generated by anyway by the other plugin and hopefully link to the multirepo entries?