-
ContextIncluded in the 'nav' configuration, which is not found in the documentation files. WARNING - A reference to 'openldap/configuration/installation.md' is included in the 'nav' configuration, which is not found in the documentation files. Bug descriptionMy Documentation Folder Structure under docs: docs : #Page tree
But I have the following Warning, Could you tell me why? although in the end-user-page I can access the page the Warning bothers me (Why warning) $ mkdocs serve
WARNING - A reference to 'openldap/configuration/installation.md' is included in the 'nav' configuration, which is not found in the documentation files. Related linksReproductionSteps to reproduceNA BrowserNo response Before submitting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for reporting. This is not a bug, but MkDocs behavior. Converting to discussion. |
Beta Was this translation helpful? Give feedback.
You have not shared with us how you set up your navigation. It might make sense for you to have a look through the MkDocs documentation on pages and navigation. There is no problem with having nested directory structures, it simply that there is a discrepancy between what is defined in the navigation and what Markdown files MkDocs found, so it warns about that. You can ignore it, though most likely it does point to a mistake you made somewhere.