add gettingStarted Guide to build.js

This commit is contained in:
janis
2023-01-24 20:22:50 +01:00
parent c791349aa6
commit 71d665c176
2 changed files with 1 additions and 0 deletions

BIN
website/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -35,6 +35,7 @@ for ( let item in plugins ) {
}
generateNav ();
storeHTML( md2html.render( '' + fs.readFileSync( path.join( __dirname + '/../../../GettingStarted.md' ) ) ), path.join( __dirname + '/../gettingStarted.html' ) );
function parseJS ( filepath ) {