diff --git a/docs/book/getting-started/zenml-pro/hierarchy-of-concepts.md b/docs/book/getting-started/zenml-pro/hierarchy-of-concepts.md index 4ee076e7460..269595e0862 100644 --- a/docs/book/getting-started/zenml-pro/hierarchy-of-concepts.md +++ b/docs/book/getting-started/zenml-pro/hierarchy-of-concepts.md @@ -13,24 +13,6 @@ The image above shows the hierarchy of concepts in ZenML Pro. - **Users** are people who have access to your ZenML Pro instance. - [**Roles**](./roles.md) are used to control what actions users can perform within a tenant or inside an organization. -More details about each of these concepts are available in their linked pages. - -Certainly! I'll add a table at the end to link to the underlying pages for each concept. Here's the updated version: - -# Hierarchy of concepts in ZenML Pro - -In ZenML Pro, there is a slightly different entity hierarchy as compared to the open-source ZenML framework. This document walks you through the key differences and new concepts that are only available for Pro users. - -![Image showing the entity hierarchy in ZenML Pro](../../.gitbook/assets/org_hierarchy_pro.png) - -The image above shows the hierarchy of concepts in ZenML Pro. - -- At the top level is your **Organization**. An organization is a collection of users, teams, and tenants. -- Each **Tenant** is an isolated deployment of ZenML Pro. It contains all the resources for your project or team. -- **Teams** are groups of users within an organization. They help in organizing users and managing access to resources. -- **Users** are people who have access to your ZenML Pro instance. -- **Roles** are used to control what actions users can perform within a tenant or inside an organization. - More details about each of these concepts are available in their linked pages below:
Organizations | Learn about managing organizations in ZenML Pro. | organization.md |
Tenants | Understand how to work with tenants in ZenML Pro. | tenants.md |
Teams | Explore team management in ZenML Pro. | teams.md |
Roles | Learn about role-based access control in ZenML Pro. | roles.md |