Add Lotusdocs theme

This commit is contained in:
Abner Coimbre
2026-01-11 16:46:05 -08:00
parent d051d46d1f
commit 8a4d04db58
577 changed files with 40404 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//ScrollSpy - via https://github.com/kimyvgy/simple-scrollspy
window.onload = function () {
scrollSpy('toc', {
sectionClass: 'h1,h2,h3,h4',
// menuActiveTarget: 'href',
offset: 100,
// scrollContainer: null,
// smooth scroll
// smoothScroll: true,
// smoothScrollBehavior: function(element) {
// console.log('run "smoothScrollBehavior"...', element)
// element.scrollIntoView({ behavior: 'smooth' })
// }
})
}