add better beamline overview and abbrevations
Build and Deploy Documentation / build-and-deploy (push) Successful in 27s

This commit is contained in:
2026-02-18 22:21:38 +01:00
parent 4ee80ab35a
commit cce9edf8ef
6 changed files with 111 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})
})