Commit c7d10cb5 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'msj-hierarchies-diagram-fix' into 'master'

Add hierarchy diagram as image to hierarchy doc

See merge request gitlab-org/gitlab!76371
parents a5ddc7d1 86780498
......@@ -36,6 +36,10 @@ graph TD
With the addition of [multi-level epics](../epics/manage_epics.md#multi-level-child-epics) and up to
seven levels of nested epics, you can achieve the following hierarchy:
<!--
Image below was generated with the following Mermaid code.
Attached as an image because a rendered diagram doesn't look clear on the docs page.
```mermaid
classDiagram
direction TD
......@@ -46,6 +50,10 @@ classDiagram
Epic "1" *-- "0..*" Issue
```
-->
![Diagram showing possible relationships of multi-level epics](img/hierarchy_with_multi_level_epics.png)
## View ancestry of an epic
In an epic, you can view the ancestors as parents in the right sidebar under **Ancestors**.
......
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