Sign inSign up

thehiveproject/doc-builder

By thehiveproject

Updated about 2 years ago

Generate specific documentation for TheHive-Project

Image
0

718

thehiveproject/doc-builder repository overview

doc-builder

Used by Drone to build documentation website.

Usage

The entrypoint.sh runs script named build.sh with the PLUGIN_TYPE variable. This programs is in charge of building specific documentation from some repositories like Cortex-Neurons.

Program to build and publish a specific documentation for a repo should be added in a folder named /build/<type> of this project. The type value is set in Drone and read as PLUGIN_TYPE.

The program can also be run as a command line:

./build/<type>/build.sh <TYPE>

Trigger

Use with Drone:

steps:
  - name: Prepare documentation files
    image: thehiveproject/doc-builder
    settings:
      - type: <type>
    when:
      branch:
      - master

Existing types

Tag summary

Content type

Image

Digest

sha256:396899639

Size

55.4 MB

Last updated

about 2 years ago

docker pull thehiveproject/doc-builder