Releases: docat-org/docat
Releases · docat-org/docat
Bugfix config.json
This is just a bugfix release for 0.0.10
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.11
config.json is here
Now it is possible to dynamical change the header of docat with config.json
.
This allows you to add a custom header:
- Create a config.json file
- Mount it inside your docker container
--volume /path/to/config.json:/var/www/html/config.json
Supported config options:
{ "headerHTML": "<h1>Custom Header</h1>" }
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--volume /path/to/config.json:/var/www/html/config.json \
--publish 8000:80 \
randombenj/docat:0.0.10
Custom HTML header :tada:
This release fixes:
- Feature to configure custom html header
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.9
Fix version switching
This release fixes:
- Switching between versions not refreshing documentation
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.8
Windows zip format support
This release fixes:
- Don't display images for projects when the don't exist
- Extract zip files with '' as path sepparator (windows)
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.7
Refactoring
- smaller docker image based on alpine linux
- backend code refactored
Fixing links
Sub-linking should work now! 🎉 Even with anchor tags!
Updates and fixes
Mostly small fixes and updates. But the Project name is now displayed all the time.
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.4
Now with more Help
- new help page
- manual upload
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.3
0.0.2
To run this release simply start a container:
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--publish 8000:80 \
randombenj/docat:0.0.2