feat: ajout changelog au site
This commit is contained in:
parent
e18379dd39
commit
6de0c5f595
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@ function parse(inFile, outFile) {
|
|||
<ul>
|
||||
<li><a href="/">🏠 Accueil</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>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -46,4 +47,5 @@ function parse(inFile, outFile) {
|
|||
}
|
||||
|
||||
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")
|
Loading…
Reference in a new issue