a simple document server/search engine for HTML docs.
powered by Go + Bleve + html/template
-
download the binary from releases and add it to the root of your documentation or site folder
-
run the server:
./go-doc-server
-
open a web browser and navigate to
http://localhost:3030/search
to use the search interface.
-
clone the repository:
git clone https://github.com/intincrab/GoDocHive.git cd docuverse
-
build the project:
go build