diff --git a/docs/beginner.html b/docs/beginner.html index 55553fe5b..4a6ded7d2 100644 --- a/docs/beginner.html +++ b/docs/beginner.html @@ -27,6 +27,6 @@ - +
\ No newline at end of file diff --git a/scripts/web.js b/scripts/web.js index 53c8e4e61..b72a14be6 100644 --- a/scripts/web.js +++ b/scripts/web.js @@ -170,8 +170,16 @@ try { try { // Add the static part beginnerOutput += `${startBeginnerPart + '\n'}`; + + beginnerOutput += + '
' + + // begginer snippet goes here. + '' + + '
'; + beginnerOutput += `${endBeginnerPart}`; + // Generate fs.writeFileSync(path.join(docsPath, 'beginner.html'), beginnerOutput);