feat: ajout changelog au site

This commit is contained in:
Kazhnuz 2024-09-29 16:45:24 +02:00
parent e18379dd39
commit 6de0c5f595

View file

@ -25,6 +25,7 @@ function parse(inFile, outFile) {
<ul> <ul>
<li><a href="/">🏠 Accueil</a></li> <li><a href="/">🏠 Accueil</a></li>
<li><a href="/exemples.html">🗒 Exemples</a></li> <li><a href="/exemples.html">🗒 Exemples</a></li>
<li><a href="/changelog.html">📋 Changelog</a></li>
<li class="toolbar-end"><a href="https://git.kobold.cafe/kazhnuz/moineau">Sources</a></li> <li class="toolbar-end"><a href="https://git.kobold.cafe/kazhnuz/moineau">Sources</a></li>
</ul> </ul>
</nav> </nav>
@ -47,3 +48,4 @@ function parse(inFile, outFile) {
parse("README.md", "dist/index.html") parse("README.md", "dist/index.html")
parse("exemples/exemples.md", "dist/exemples.html") parse("exemples/exemples.md", "dist/exemples.html")
parse("CHANGELOG.md", "dist/changelog.html")