md2html setup & first doc page

This commit is contained in:
janis
2023-01-21 12:59:08 +01:00
parent 7ae6585f6c
commit 4e1cc69063
10 changed files with 4010 additions and 1609 deletions

View File

@@ -0,0 +1,3 @@
$( document ).ready( function () {
$( '#nav' ).load( '/docs/nav.html' );
} );