AI module documentation has warnings when running mkdocs serve
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538457. --> Reported by: [kristen pol](https://www.drupal.org/user/8389) Related to !804 !798 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Errors when running <code>mkdocs serve</code> locally:</p> <pre>WARNING -&nbsp; A reference to 'modules/ai_assistant_api/#ai-chatbot-module' is included in the 'nav' configuration, which is not found in the documentation files.<br>INFO&nbsp;&nbsp;&nbsp; -&nbsp; Doc file 'developers/ddev.md' contains an absolute link '/modules/providers/provider_ollama/', it was left as is.<br>INFO&nbsp;&nbsp;&nbsp; -&nbsp; Doc file 'developers/ddev.md' contains an absolute link '/modules/vdb_providers/vdb_provider_milvus/#using-with-ddev', it was left as is.<br>INFO&nbsp;&nbsp;&nbsp; -&nbsp; Doc file 'developers/develop_api_assistant_action.md' contains an unrecognized relative link '../modules/ai_search/', it was left as is. Did you mean<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '../modules/ai_search/index.md'?<br>INFO&nbsp;&nbsp;&nbsp; -&nbsp; Doc file 'modules/ai_assistant_api/index.md' contains an unrecognized relative link '../ai_search/', it was left as is. Did you mean '../ai_search/index.md'?<br>WARNING -&nbsp; Doc file 'modules/ai_assistant_api/index.md' contains a link 'developers/develop_api_assistant_action.md', but the target<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'modules/ai_assistant_api/developers/develop_api_assistant_action.md' is not found among documentation files.</pre><h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>Please provide information like AI modules enabled, which AI provider, browser, etc.</p> <p>Follow instructions for running docs locally:</p> <p><a href="https://project.pages.drupalcode.org/ai/1.2.x/documentation/">https://project.pages.drupalcode.org/ai/1.2.x/documentation/</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update the documentation to get rid of the warnings :)</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Update docs, review, merge</p> <h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
issue