All Versions
13
Latest Version
Avg Release Cycle
14 days
Latest Release
1449 days ago

Changelog History
Page 1

  • v0.0.13 Changes

    May 01, 2020
    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.12
    
  • v0.0.12 Changes

    May 01, 2020

    ๐Ÿš€ This release provides cleaner docs urls:

    Before:

    http://docat.local/#/project/0.0.0/http:%2F%2Fdocat.local%2Fdoc%2Fproject%2F0.0.0%2Finstallation%2F
    

    Now:

    http://docat.local/#/project/0.0.0/installation/
    

    We also got rid of axios and use plain fetch.

    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.12
    
  • v0.0.11 Changes

    April 08, 2020

    ๐Ÿ›  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
    
  • v0.0.10 Changes

    April 08, 2020

    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
    
  • v0.0.9 Changes

    April 06, 2020

    ๐Ÿš€ 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

  • v0.0.8 Changes

    March 24, 2020

    ๐Ÿš€ 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

  • v0.0.7 Changes

    February 06, 2020

    ๐Ÿš€ 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

  • v0.0.6 Changes

    January 12, 2020
    • ๐Ÿง smaller docker image based on alpine linux
    • ๐Ÿ”จ backend code refactored
  • v0.0.5 Changes

    January 12, 2020

    ๐Ÿฑ Sub-linking should work now! ๐ŸŽ‰ Even with anchor tags!

  • v0.0.4 Changes

    December 09, 2019

    โšก๏ธ 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