update docs website

This commit is contained in:
2023-06-17 16:13:43 +02:00
parent 2d6911b324
commit 4729384fc8
26 changed files with 286 additions and 121 deletions

View File

@@ -1,7 +1,6 @@
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#side-bar' ).load( '/docs/side-bar.html' );
$( '#footer' ).load( '/footer.html' );
} );
let btn = document.getElementById( 'backToTop' );