update documentation

This commit is contained in:
2023-08-15 12:11:05 +02:00
parent 3e7ff741a3
commit c7b097fe23
24 changed files with 308 additions and 41 deletions

View File

@@ -12,6 +12,21 @@ const md2html = new markdownIt();
const fs = require( 'fs' );
const path = require( 'path' );
console.log( `
_ _ _ _
| (_) | | |
| |_| |__ _ __ ___ _____ _____ _ __ | |_
| | | '_ \\| '__/ _ \\/ _ \\ \\ / / _ \\ '_ \\| __|
| | | |_) | | | __/ __/\\ V / __/ | | | |_
|_|_|_.__/|_| \\___|\\___| \\_/ \\___|_| |_|\\__|
-------------------------------------------------------
==> Building the libreevent documentation!
` );
buildNav( buildDocs() );
@@ -58,7 +73,7 @@ function buildNav ( pathObject ) {
fs.writeFileSync( path.join( __dirname + '/dist/docs/side-bar.html' ), html );
console.log( '\n\n==> Completed building website! \n\n' );
console.log( ' ==> Successfully built documentation! \n\n' );
}
function buildDocs () {