Revert "Release 7.1.0"

This reverts commit aa4aa15c54.
This commit is contained in:
Alberto G. Viu
2025-09-11 10:09:53 +02:00
parent aa4aa15c54
commit d91a29c6b7
191 changed files with 25741 additions and 0 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);