mirror of
https://github.com/imfing/hextra.git
synced 2025-09-14 09:06:35 -04:00
chore(docs): rename exampleSite
to docs
and create examples
(#813)
* chore(docs): rename `exampleSite` to `docs` and create `examples` * chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
This commit is contained in:
6
docs/layouts/_partials/custom/head-end.html
Normal file
6
docs/layouts/_partials/custom/head-end.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/quicklink@3.0.1/dist/quicklink.umd.js"></script>
|
||||
<script>
|
||||
window.addEventListener('load', () => {
|
||||
quicklink.listen();
|
||||
});
|
||||
</script>
|
Reference in New Issue
Block a user