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

remove newline in URL include step in documentation of jobs

parent 68e23389
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ code using [apiDoc](https://apidocjs.com/){:target="_blank"}.
   [apiDoc format](https://apidocjs.com/#examples){:target="_blank"} and your [apiDoc
   configuration file](https://apidocjs.com/#configuration){:target="_blank"}.
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub/)). Example:
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example:

    ```yaml
    include:
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@ remote registry. The build part is done using
   [Dockerfile](https://docs.docker.com/get-started/part2/#sample-dockerfile){:target="_blank"} (by default at the root of your project)
   to containerize your application
2. Choose a version in [version list](#changelog)
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub)). Example:
3. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:
    ```yaml
    include:
      - remote: 'https://jobs.r2devops.io/docker_build.yml'
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@ It is using the scripted installation provided from Microsoft, see [here](https:
## How to use it

1. Prepare your project in your repository with its `.csproj` file.
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub)). Example:
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:

    ```yaml
    include:
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ Other languages can be supported with additional code.


1. Ensure that your source code is documenting using [Doxygen syntax](https://www.doxygen.nl/manual/docblocks.html){:target="_blank"}
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub)). Example:
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub)). Example:

    ```yaml
    include:
+1 −2
Original line number Diff line number Diff line
@@ -8,8 +8,7 @@ repos. As it written in go, it is much faster than most of the
## How to use it


1. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/use-the-hub/)). Example:
1. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting started](/use-the-hub/)). Example:

    ```yaml
    include:
Loading