Commit ebb2f8d4 authored by coconux's avatar coconux
Browse files

Fix broken links. Activate Link_checker

parent c0ebf71d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ stages:
  - deploy

include:
  - remote: 'https://jobs.r2devops.io/links_checker.yml'
  - remote: 'https://jobs.r2devops.io/1.4.0/mkdocs.yml?scope=0.yml'
  - remote: 'https://jobs.r2devops.io/0.3.0/pages.yml?scope=0.yml'

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ remote registry. The build part is done using
   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](/getting-started)). Example:
   started](/use-the-hub)). Example:
    ```yaml
    include:
      - remote: 'https://jobs.r2devops.io/docker_build.yml'
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,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](/getting-started)). Example:
   started](/use-the-hub)). Example:

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


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

    ```yaml
    include:
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ In its default state, this job will analyze your whole project for eligible file

1. Have `.md`, `.html` or `.htm` files in your project
2. Add the corresponding URL to your `.gitlab-ci.yml` file (see [Getting
   started](/getting-started)). Example:
   started](/use-the-hub)). Example:

    ```yaml
    include:
Loading