Repo top-level logo does not show in MkDocs pages
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3486943. --> Reported by: [jonathan1055](https://www.drupal.org/user/92645) Related to !287 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>As part of the <a href="https://www.drupal.org/project/project_browser">project browser</a> logo initiative <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-1"><a href="https://www.drupal.org/project/project_browser/issues/3342533" title="Status: Active">#3342533: [Meta] Create a logo for a contrib module</a></span> I have uploaded a logo.png to the project root directory. This now shows correctly when browsing the <a href="https://www.drupal.org/project/scheduler">project front page</a> and the <a href="https://git.drupalcode.org/project/scheduler">gitlab pages</a>. However it does not show in the re-built <a href="https://project.pages.drupalcode.org/scheduler/">MkDocs documentation site</a>. This still has the "logo" placeholder</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>In the 'pages' job, copy the project <code>logo.png</code> to the <code>/docs</code> folder if the file does not already exist there.</li> <li>This will only affect the documentation build, the file is not permanently copied to the repository /docs folder</li> <li>Update documentation</li> </ul>
issue