Skip to content

πŸ–Œ docsify cli tool - A magical documentation generator on docker.🐳

License

Notifications You must be signed in to change notification settings

afreisinger/docsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–Œ Docsify

Simple Docsify with Mermaid plug-in and example.

Build and publish container Docker Image Size (tag) Docker Pulls GitHub Release

Updates

This image is regularly update with the latest release from the official docsify-cli image.

Whenever there is an update for the original docsify-cli npm an automatic pull request is opened to implement the update and I do my best to merge the updates quickly.

The workflow file for this can be found in .github/workflows/auto-build-container.yml

πŸ“₯ Download

Docker Image

DockerHub

docker pull afreisinger/docsify:latest

GitHub Registry

docker pull ghcr.io/afreisinger/docsify:latest

Using Docker Image

Setup

# initilize docs folder using docsify
docker run --rm -v docs:/docs afreisinger/docsify init

Run

# using docker container
docker run --rm -v docs:/docs afreisinger/docsify serve

Optional Params

Optional parameters to pass to docsify

--livereload-port=PORT_HERE     livereload on PORT_HERE

Example

git clone https://github.com/afreisinger/docsify.git
cd docsify/
mv docs.sample docs
docker-compose up -d  #modify docker-compose if necessary

πŸ“– Resources

For more info on docsify

πŸ“„ License

Apache License, Version 2.0 Β© 2024 afreisinger

About

πŸ–Œ docsify cli tool - A magical documentation generator on docker.🐳

Resources

License

Stars

Watchers

Forks

Packages