Commit 7846cdde authored by FulcrandG's avatar FulcrandG
Browse files

Adding an image to tables in index

parent 22e771b1
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -4,17 +4,15 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages).

## 🔎 Static tests

| Name <img width=250/> | Description |
| Name <img width=200/> | Description |
| ---- | ----------- |
{% for job in index["static_tests"] -%}
  | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](static_tests/{{ job.name }}/) | {{ job.description }} |
{% endfor %}



## 📦 Build

| Name <img width=250/> | Description |
| Name <img width=200/> | Description |
| ---- | ----------- |
{% for job in index["build"] -%}
  | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](build/{{ job.name }}/) | {{ job.description }} |
@@ -22,7 +20,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages).

## 🛡 Dynamic tests

| Name <img width=250/> | Description |
| Name <img width=200/> | Description |
| ---- | ----------- |
{% for job in index["dynamic_tests"] -%}
  | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} |
@@ -30,7 +28,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages).

## 🙋 Review

| Name <img width=250/> | Description |
| Name <img width=200/> | Description |
| ---- | ----------- |
{% for job in index["review"] -%}
  | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](review/{{ job.name }}/) | {{ job.description }} |
@@ -38,7 +36,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages).

## 🚀 Deployment

| Name <img width=250/> | Description |
| Name <img width=200/> | Description |
| ---- | ----------- |
{% for job in index["deployment"] -%}
  | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} |