add documentation website to repo

This commit is contained in:
Rene Haas
2022-10-14 11:50:29 +02:00
parent 76f0ebdb08
commit ca54bad7f0
152 changed files with 0 additions and 0 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();
*/
});