Skip to content

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

Notifications You must be signed in to change notification settings

dolanor-galaxy/GoDocHive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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:

    ./go-doc-server
    
  3. open a web browser and navigate to http://localhost:3030/search to use the search interface.

installation

  1. clone the repository:

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

    go build
    

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%