Deployed 8d5b969 with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot] 2024-12-27 16:58:07 +00:00
parent 645d774cb2
commit f25ceda6d9
105 changed files with 1994 additions and 1214 deletions

View file

@ -1,6 +0,0 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})
})