oprypin / mkdocs-literate-nav

MkDocs plugin to specify the navigation in Markdown instead of YAML
https://oprypin.github.io/mkdocs-literate-nav
MIT License
73 stars 8 forks source link

Remove inferred-directory link use from the mkdocs INFO logging somehow? #29

Closed danielloader closed 6 months ago

danielloader commented 6 months ago

Hey thanks for the plugin it's been great and the SUMMARY.md files have proven themselves flexible and powerful.

That being said it causes my mkdocs server dev server log to be full of entries such as:

INFO    -  Doc file 'development/v1/SUMMARY.md' contains an unrecognized relative link 'introduction/', it was left as is.

I've made use of inferred-directory links in the SUMMARY.md files but all these verbose INFO lines are hiding the more serious WARNING lines where pages are linked to missing pages.

Any advice would be welcome.

oprypin commented 6 months ago

See: https://github.com/oprypin/mkdocs-literate-nav/issues/28#issuecomment-1848397051

oprypin commented 6 months ago

I'm also aware of this as a general problem but got in too deep the last time I tried to comprehensively solve it

danielloader commented 6 months ago

Thanks for the reply.