aboutsummaryrefslogtreecommitdiff
path: root/site/assets/js/stackblitz.js
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: use defer when possible for JSXhmikosR1-1/+1
2024-03-19docs: improve stackblitz.jsXhmikosR1-11/+10
* tweak indentation * stop extending the sdk object * conditionally add `index.js`
2024-03-19docs: bundle assets with HugoXhmikosR1-0/+67
Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials