Browse markdown files in directories at a HTTP endpoint.
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
- Projects link: Show all projects unders -root when that link is clicked.
- Import members from file.
- List Members
- Add password protection.
- Add embedded database (Bolt or SQL)
- All Members should have the same password?
Install go dependencies.
make deps