Commit 456774ff authored by Aurelien's avatar Aurelien Committed by Thomas Boni
Browse files

Resolve "Rename `Description` section of the doc"

parent ded2e8de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## Description
## Objective

Creates a versioned HTML documentation from API annotations in your source
code using [apiDoc](https://www.apidocjs.com/){:target="_blank"}.
+1 −1
Original line number Diff line number Diff line
## Description
## Objective

Build a [docker](https://www.docker.com/){:target="_blank"} image of your application
from a Dockerfile at the root of your project, and push it to a
+1 −1
Original line number Diff line number Diff line
## Description
## Objective

Builds a .NET Core project with the different versions available, and makes it ready to run.
It is using the scripted installation provided from Microsoft, see [here](https://docs.microsoft.com/en-us/dotnet/core/install/linux-alpine#scripted-install){:target="_blank"}.
+1 −1
Original line number Diff line number Diff line
## Description
## Objective

This job generates documentation from popular programming languages
in different output format using this tool [Doxygen](https://www.doxygen.nl/){:target="_blank"}
+1 −1
Original line number Diff line number Diff line
## Description
## Objective

[Gitleaks](https://github.com/zricethezav/gitleaks/wiki/Scanning){:target="_blank"} is a tool
made to detect hardcoded secrets like passwords, api keys and tokens in git
Loading