Skip to content
forked from unders/docit

Serve markdown files in directory at a HTTP endpoint.

Notifications You must be signed in to change notification settings

rlmanrique/docit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docit

Browse markdown files in directories at a HTTP endpoint.

Why

Usage

Command docit shows how to use it.

Examples:

docit serve -index=Readme.md -root=doc -port=8080 -name=Coolio
docit serve -index=landing/index.md -root=home/Projects -port=8080
docit serve -index=landing/index.md -root=test/Projects -help=landing/help.md

TODOs

  • Projects link: Show all projects unders -root when that link is clicked.
  • Import members from file.
  • List Members
  • add live reload of local file while
  • search in all doc files (.md) .
  • Add password protection.
  • Add embedded database (Bolt or SQL)
  • Add url list.
  • All Members should have the same password?

Install

For developer

Install go dependencies.

make deps

Links

Session

Bolt

Gobs

Protocol buffers

About

Serve markdown files in directory at a HTTP endpoint.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.9%
  • Go 12.2%
  • CSS 3.2%
  • HTML 1.4%
  • Shell 1.2%
  • Makefile 1.1%