Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

genpat-it/wiki-engine-old

Repository files navigation

GENPAT Wiki Engine

Mkdocs based engine to produce wiki and PDF documents from a set of markdown files.

docker

Go to the directory with mkdocs.yml file (see examples dir). Then

# basic launch with serve at 8001 port
docker run --env HOME=/home/$USER -it -u `id -u`:`id -g` -p 8001:8000 --rm -v $(pwd):/home/$USER -w /home/$USER ghcr.io/genpat-it/wiki-engine:main sh -c 'mkdocs serve --watch-theme -f mkdocs.yml -a 0.0.0.0:8000 '

# launch with watch-theme option
docker run --env HOME=/home/$USER -it -u `id -u`:`id -g` -p 8001:8000 --rm -v $(pwd):/home/$USER -w /home/$USER ghcr.io/genpat-it/wiki-engine:main sh -c 'mkdocs serve --watch-theme -f mkdocs.yml -a 0.0.0.0:8000 '

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors