Commit e9feea5e authored by Aurelien's avatar Aurelien
Browse files

Merge branch '220-jobs-structure-reorganize-sections-in-job-documentation' into 'latest'

Resolve "[jobs][structure] Reorganize sections in job documentation"

Closes #220

See merge request r2devops/hub!137
parents f7903a0a 818dd81e
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -28,15 +28,19 @@
    </div>
    {% endif %}

    <hr/>

    ## License

    ??? "License: {{ license_name }}"
    ??? info "{{ license_name }}"
    {%- for line in license -%}
    {%- if line %}
        {{ line }}
    {%- endif -%}
    {%- endfor %}

    <hr/>

    ## Changelog

    * **[latest]({{ latest.url }})** (current -> `{{ latest.version }}`):
@@ -66,6 +70,8 @@
    {{ job_raw_content | indent(4, False) }}
    ```

    <hr/>

{% if screenshots_files %}
<script>
checkGallery();
@@ -77,4 +83,3 @@ function checkGallery() {
}
</script>
{% endif %}