add documentation website to repo

This commit is contained in:
Rene Haas
2022-10-14 11:21:34 +02:00
parent d0139f7c9a
commit 76f0ebdb08
155 changed files with 78280 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
$(function(){
window._framework.buildPage({
defaultHash : 'overview'
});
/*
OverlayScrollbars($('#div')[0], {
nativeScrollbarsOverlaid : {
initialize: false
}
}).destroy();
OverlayScrollbars($('#text')[0], {
nativeScrollbarsOverlaid : {
initialize: false
}
}).destroy();
*/
});