Skip to content

Releases: docat-org/docat

Bugfix config.json

08 Apr 08:18
ca3fefc
Compare
Choose a tag to compare

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

08 Apr 07:31
e587e29
Compare
Choose a tag to compare

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:

06 Apr 09:40
41b98bc
Compare
Choose a tag to compare

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

24 Mar 12:39
0912d21
Compare
Choose a tag to compare

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

06 Feb 14:20
2d872b4
Compare
Choose a tag to compare

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

12 Jan 15:51
0a45d5e
Compare
Choose a tag to compare
  • smaller docker image based on alpine linux
  • backend code refactored

Fixing links

12 Jan 14:16
87cc489
Compare
Choose a tag to compare

Sub-linking should work now! 🎉 Even with anchor tags!

Updates and fixes

09 Dec 13:50
b3cbe7e
Compare
Choose a tag to compare

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

26 Nov 13:07
b06e624
Compare
Choose a tag to compare
  • 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

13 Nov 08:04
88a9285
Compare
Choose a tag to compare

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