Skip to content

Commit

Permalink
feat: add the sticky-till-the-end module (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 2, 2024
1 parent 6d61098 commit 5c9255d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
@@ -0,0 +1,3 @@
import { attachOn } from '../../footer-observer/js/handler';

attachOn ('.hb-docs-nav', '.hb-docs-doc-toc')
3 changes: 3 additions & 0 deletions modules/sticky-till-the-end/go.mod
@@ -0,0 +1,3 @@
module github.com/hbstack/docs/modules/sticky-till-the-end

go 1.19
5 changes: 5 additions & 0 deletions modules/sticky-till-the-end/hugo.toml
@@ -0,0 +1,5 @@
[[module.imports]]
path = "github.com/hbstack/footer/modules/observer"

[[module.imports]]
path = "github.com/hbstack/docs"

0 comments on commit 5c9255d

Please sign in to comment.