Skip to content

a simple document server/search engine for local HTML docs. powered by Go + Bleve + html/template

License

Notifications You must be signed in to change notification settings

intincrab/GoDocHive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDocHive

a simple document server/search engine for HTML docs.

powered by Go + Bleve + html/template

usage

  1. download the binary from releases and add it to the root of your documentation or site folder

  2. run the server:

    ./hiver
    
  3. open a web browser and navigate to http://localhost:3030/search to use the search interface.

available flags

flag description default value
-path Specifies the directory to index and serve Current working directory
-refresh Rebuilds the search index false
-extensions Sets allowed file extensions ".html,.htm,.txt,.md"

installation

  1. clone the repository:

    git clone https://github.com/intincrab/GoDocHive.git
    cd GoDocHive
    
  2. build the project:

    make build
    go build
    

About

a simple document server/search engine for local HTML docs. powered by Go + Bleve + html/template

Resources

License

Stars

Watchers

Forks

Packages

No packages published