Release 6.1.13

This commit is contained in:
andrewrowanwallee
2025-05-27 11:43:52 +02:00
parent 2cba2a8f3e
commit 2f4d38b4b2
29 changed files with 6111 additions and 304 deletions
+14
View File
@@ -0,0 +1,14 @@
(function($){
hljs.initHighlightingOnLoad();
$(document).ready(function(){
$('.col-right-wrapper').stick_in_parent({
parent: '.layout-content'
});
$('body').scrollspy({
target: '.table-of-contents'
});
});
})(jQuery);