We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d61098 commit 5c9255dCopy full SHA for 5c9255d
modules/sticky-till-the-end/assets/hb/modules/docs-sticky-till-the-end/js/index.ts
@@ -0,0 +1,3 @@
1
+import { attachOn } from '../../footer-observer/js/handler';
2
+
3
+attachOn ('.hb-docs-nav', '.hb-docs-doc-toc')
modules/sticky-till-the-end/go.mod
+module github.com/hbstack/docs/modules/sticky-till-the-end
+go 1.19
modules/sticky-till-the-end/hugo.toml
@@ -0,0 +1,5 @@
+[[module.imports]]
+path = "github.com/hbstack/footer/modules/observer"
4
5
+path = "github.com/hbstack/docs"
0 commit comments