We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5c803 commit a11437eCopy full SHA for a11437e
mkdocs/structure/nav.py
@@ -126,8 +126,7 @@ def get_navigation(files, config):
126
links = _get_by_type(items, Link)
127
if links:
128
# Assume all links are external.
129
- # TODO: warn or error on internal links?
130
- log.info(
+ log.debug(
131
'The following paths are included in the "nav" configuration, '
132
'but do not exist in the docs directory:\n - {}'.format(
133
'\n - '.join([link.url for link in links]))
0 commit comments