Skip to content

Commit 5c9255d

Browse files
authored
feat: add the sticky-till-the-end module (#617)
1 parent 6d61098 commit 5c9255d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/hbstack/docs/modules/sticky-till-the-end
2+
3+
go 1.19
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[module.imports]]
2+
path = "github.com/hbstack/footer/modules/observer"
3+
4+
[[module.imports]]
5+
path = "github.com/hbstack/docs"

0 commit comments

Comments
 (0)