Website: Add prerelease page

pull/1257/head
Laurent Cozic 2019-02-23 15:54:34 +00:00
parent 32a67b9b33
commit 6a22e7836a
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ async function main() {
renderFileToHtml(rootDir + '/readme/stats.md', rootDir + '/docs/stats/index.html', { title: 'Statistics' });
renderFileToHtml(rootDir + '/readme/terminal.md', rootDir + '/docs/terminal/index.html', { title: 'Terminal Application' });
renderFileToHtml(rootDir + '/readme/api.md', rootDir + '/docs/api/index.html', { title: 'REST API' });
renderFileToHtml(rootDir + '/readme/prereleases.md', rootDir + '/docs/prereleases/index.html', { title: 'Pre-releases' });
}
main().catch((error) => {