Skip to content

Adding links to sample stores and YouTube videos #1046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/modeling/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Creating a <IntroductionSection linkName="Relationship Based Access Control (ReB

This guide outlines a process for defining your <ProductConcept section="what-is-an-authorization-model" linkName="authorization model" /> with <ProductName format={ProductNameFormat.ProductLink}/>.

You can also check out the [Modeling Guide](https://www.youtube.com/watch?v=5Lwy9aHXXHE&list=PLUR5l-oTFZqWaDdhEOVt_IfPOIbKo1Ypt) on YouTube or the [Samples Repository](https://github.com/openfga/sample-stores).

## Introduction To Modeling

To define a ReBAC model in <ProductName format={ProductNameFormat.ShortForm}/> we recommend:
Expand Down
4 changes: 3 additions & 1 deletion docs/content/modeling/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import { DocumentationNotice, IntroCard, CardGrid } from '@components/Docs';

<DocumentationNotice />

This section has guides, concepts and examples that help you define an authorization model.
This section has guides, concepts and examples that help you define an authorization model.

You can also check out the [Modeling Guide](https://www.youtube.com/watch?v=5Lwy9aHXXHE&list=PLUR5l-oTFZqWaDdhEOVt_IfPOIbKo1Ypt) on YouTube or the [Samples Repository](https://github.com/openfga/sample-stores).

<IntroCard
title="When to use"
Expand Down
Loading