diff --git a/astro/src/content/docs/extend/examples/modeling-hierarchies.mdx b/astro/src/content/docs/extend/examples/modeling-hierarchies.mdx index ed950b2b90..ea418f3b51 100644 --- a/astro/src/content/docs/extend/examples/modeling-hierarchies.mdx +++ b/astro/src/content/docs/extend/examples/modeling-hierarchies.mdx @@ -75,7 +75,6 @@ Below is a diagram illustrating the relationships in the examples from the previ Note that entities and applications cannot be related, even if they represent the same physical company. Only users can have entity grants to entities. -{/* */} ![Types diagram](/img/docs/extend/examples/modeling-hierarchy/mermaid1.webp) There are only two permission blocks in this diagram to avoid clutter. This isn't quite accurate, as in FusionAuth each entity grant would point to a separate permission — objects don't share permissions. @@ -92,7 +91,6 @@ Permissions propagate downwards. So an employee with write permissions to the ma Below is a diagram of the company structure to model. - {/* */} ![Company diagram](/img/docs/extend/examples/modeling-hierarchy/mermaid2.webp)