Include changelog as a page in the documentation site
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3566118. --> Reported by: [jonathan1055](https://www.drupal.org/user/92645) Related to !444 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>As discovered on <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-1"><a href="https://www.drupal.org/project/gitlab_templates/issues/3473000" title="Status: Active">#3473000: Documentation pages</a></span> the <a href="https://project.pages.drupalcode.org/gitlab_templates/changelog/">rendering of the CHANGELOG.md file in a 'pages' docsite</a> is very different from when <a href="https://git.drupalcode.org/project/gitlab_templates/-/blob/main/CHANGELOG.md">viewed in the code repo</a>. The docsite version is not very readable, and looks awful.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Copy the file instead of making a symlink</li> <li>Then use <code>sed</code> to alter some of the markdown to make it render in a more pleasing format.</li> </ul>
issue