mirror of https://github.com/laurent22/joplin.git
Website: Add prerelease page
parent
32a67b9b33
commit
6a22e7836a
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue