Awesome
⚠️ Notice This project is no longer maintained - read on #2
📦 Docsify
A Simple Docsify running env.
<!-- `:latest` docker image is built every week on SUNDAY @ UTC 23:41 hrs --> <br>📥 Download
Docker Image
docker pull sujaykumarh/docsify:latest
docker pull ghcr.io/sujaykumarh/docsify:latest
<br>
🛠️ Usage
Example setup
Example repo
git clone https://github.com/sujaykumarh/docsify-docker-example.git
<br>
Using Docker Image
setup
# initilize docs folder using docsify
docker run --rm -v docs:/docs ghcr.io/sujaykumarh/docsify init
Run
# using docker container
docker run --rm -v docs:/docs ghcr.io/sujaykumarh/docsify serve
Optional Params
Optional parameters to pass to docsify
--livereload-port=PORT_HERE livereload on PORT_HERE
<br>
📖 Resources
For more info on docsify
- Read docsify documentation
- Find docsify source on github