docsy-example icon indicating copy to clipboard operation
docsy-example copied to clipboard

My search box doesn't respond to clicks

Open TbusOS opened this issue 3 years ago • 3 comments

My search box doesn't respond to clicks. How should I do? Thank you very much. https://github.com/TbusOS/blog.git https://github.com/TbusOS/tbusos.github.io.git

TbusOS avatar Jul 31 '22 06:07 TbusOS

There's an issue for this in the main docsy repo: https://github.com/google/docsy/issues/285

emckean avatar Aug 01 '22 19:08 emckean

Please update the commit to the latest commit in your go.mod, that should solve the issue.

shanmydell avatar Aug 02 '22 06:08 shanmydell

my update the go.mod, like this , the page has a problem about 404. How should I do?

`module github.com/google/docsy-example

go 1.12

require ( github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // indirect github.com/google/docsy v0.2.0 // indirect github.com/twbs/bootstrap v4.6.1+incompatible // indirect )`

TbusOS avatar Aug 10 '22 16:08 TbusOS