Commit f7903a0a authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '122-rename-description-section-of-the-doc' into 'latest'

Resolve "Rename `Description` section of the doc"

Closes #122

See merge request r2devops/hub!136
parents ded2e8de 456774ff
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