Skip to content

Commit

Permalink
User Tenants Relation Image Update (#3302)
Browse files Browse the repository at this point in the history
* remove diagrams

* update images

* Shrink images

* Shrink images

* fix merge issue

---------

Co-authored-by: alex-fusionauth <alex-fusionauth@users.noreply.github.com>
  • Loading branch information
alex-fusionauth and alex-fusionauth authored Dec 10, 2024
1 parent 3b6ab98 commit 48978b2
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 38 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import RefreshTokenSettings from 'src/content/docs/get-started/core-concepts/_re
import PremiumPlanBlurb from 'src/content/docs/_shared/_premium-plan-blurb.astro';
import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.astro';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

## Overview
Expand All @@ -45,7 +44,7 @@ Here's a brief video covering some aspects of applications:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Application" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-applications.png" alt="Diagram showing Applications used within FusionAuth" />

## Admin UI

Expand Down
3 changes: 1 addition & 2 deletions astro/src/content/docs/get-started/core-concepts/groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.ast
import APIBlock from 'src/components/api/APIBlock.astro';
import APIField from 'src/components/api/APIField.astro';
import Breadcrumb from 'src/components/Breadcrumb.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import GroupLimits from 'src/content/docs/get-started/core-concepts/_group-limits.md';
import InlineField from 'src/components/InlineField.astro';
import MembershipLambda from 'src/content/docs/extend/code/_membership-lambda.md';
Expand All @@ -25,7 +24,7 @@ The second reason you may use a Group is to manage Application Role assignment.

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Group" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-groups.png" alt="Diagram showing Groups used within FusionAuth" />

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ subcategory: core concepts
---
import RegistrationAttributes from 'src/content/docs/get-started/core-concepts/_registration_attributes.mdx';
import RegistrationsSelfService from 'src/content/docs/_shared/_registrations-self-service.mdx';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';

## Overview

Expand All @@ -23,7 +22,7 @@ If a User exists in a [tenant](/docs/get-started/core-concepts/roles) and attemp

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Registration" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-registrations.png" alt="Diagram showing Registrations used within FusionAuth" />

### Attributes

Expand Down
3 changes: 1 addition & 2 deletions astro/src/content/docs/get-started/core-concepts/roles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ subcategory: core concepts
import AvailableSince from 'src/components/api/AvailableSince.astro';
import RoleAttributes from 'src/content/docs/get-started/core-concepts/_role_attributes.mdx';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';

## Overview

Expand Down Expand Up @@ -36,7 +35,7 @@ You can associate roles with [users](/docs/get-started/core-concepts/users) dire

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Role" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-roles.png" alt="Diagram showing Roles used within FusionAuth" />

## Role Attributes

Expand Down
3 changes: 1 addition & 2 deletions astro/src/content/docs/get-started/core-concepts/tenants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.ast
import EnterprisePlanBlurbApi from 'src/content/docs/_shared/_enterprise-plan-blurb-api.astro';
import TenantWebhooksTable from 'src/content/docs/get-started/core-concepts/_tenant-webhooks-table.mdx';
import EnterprisePlanBlurb from 'src/content/docs/_shared/_enterprise-plan-blurb.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

Expand All @@ -44,7 +43,7 @@ Here's a brief video covering some aspects of tenants:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Tenant" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-tenants.png" alt="Diagram showing Tenants used within FusionAuth" />

## Admin UI

Expand Down
3 changes: 1 addition & 2 deletions astro/src/content/docs/get-started/core-concepts/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Aside from 'src/components/Aside.astro';
import LoginEvents from 'src/content/docs/_shared/_login_events.mdx';
import DataFieldDataTypeChanges from 'src/content/docs/_shared/_data-field-data-type-changes.mdx';
import CrossTenantUserAccess from 'src/content/docs/get-started/core-concepts/_cross-tenant-access.mdx';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

Expand All @@ -31,7 +30,7 @@ Here's a brief video covering some aspects of users:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="User"/>
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-users.png" alt="Diagram showing Users used within FusionAuth" />

## Admin UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ subcategory: manage users
---
import AddedRemovedDiagram from 'src/diagrams/docs/lifecycle/manage-users/_added-removed.astro';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import InlineField from 'src/components/InlineField.astro';
import InlineUIElement from 'src/components/InlineUIElement.astro';
import {RemoteCode} from '@fusionauth/astro-components';
import { RemoteCode } from '@fusionauth/astro-components';
import ScrollRef from 'src/components/ScrollRef.astro';
import TemporalActionsDiagram from 'src/diagrams/docs/lifecycle/manage-users/_temporal-actions.astro';
import UserActionsSequenceDiagram from 'src/diagrams/docs/lifecycle/manage-users/_user-actions-sequence-diagram.astro';
Expand Down Expand Up @@ -54,7 +53,7 @@ Below are the terms you'll encounter when working with Actions.

Below is a visual reminder of the relationships between [Tenants&#44; Groups&#44; and Applications](/docs/get-started/core-concepts/).

<Diagram active="User" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-users.png" alt="Diagram showing Users used within FusionAuth" />

## Types of Actions and Their Purpose

Expand Down

This file was deleted.

0 comments on commit 48978b2

Please sign in to comment.