Commit 855d82f8 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-mermaid-inside-details-blocks' into 'master'

Remove details blocks since Mermaid graphs don't display well inside

See merge request gitlab-org/gitlab!33698
parents 09ac81b0 38be0661
......@@ -21,8 +21,6 @@ have a pipelines that include jobs from multiple types (e.g. a combination of do
#### Docs-only MR pipeline
<details><summary>Click to view the graph</summary>
Reference pipeline: <https://gitlab.com/gitlab-org/gitlab/pipelines/135236627>
```mermaid
......@@ -35,12 +33,8 @@ graph LR
end
```
</details>
#### Code-only MR pipeline
<details><summary>Click to view the graph</summary>
Reference pipeline: <https://gitlab.com/gitlab-org/gitlab/pipelines/136295694>
```mermaid
......@@ -152,12 +146,8 @@ graph RL;
end
```
</details>
#### Frontend-only MR pipeline
<details><summary>Click to view the graph</summary>
Reference pipeline: <https://gitlab.com/gitlab-org/gitlab/pipelines/134661039>
```mermaid
......@@ -296,12 +286,8 @@ graph RL;
end
```
</details>
#### QA-only MR pipeline
<details><summary>Click to view the graph</summary>
Reference pipeline: <https://gitlab.com/gitlab-org/gitlab/pipelines/134645109>
```mermaid
......@@ -359,8 +345,6 @@ graph RL;
end
```
</details>
### `workflow:rules`
We're using the [`workflow:rules` keyword](../ci/yaml/README.md#workflowrules) to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment