From 12f8d3247b93563301dbcda4c870935472a24b8e Mon Sep 17 00:00:00 2001 From: Adrian Tam Date: Tue, 12 Dec 2023 17:01:06 -0500 Subject: [PATCH] chore: add links to overview page (#588) --- docs/README.md | 1 + docs/content/modeling/overview.mdx | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 9ac742212..5438c12bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,6 +44,7 @@ hide_title: true - [Public Access](./content/modeling/public-access.mdx) - [Multiple Restrictions](./content/modeling/multiple-restrictions.mdx) - [Custom Roles](./content/modeling/custom-roles.mdx) + - [Conditions](./content/modeling/conditions.mdx) - [Contextual and Time-Based Authorization](./content/modeling/contextual-time-based-authorization.mdx) - [Authorization Through Organization Context](./content/modeling/organization-context-authorization.mdx) - [Building Blocks](./content/modeling/building-blocks/overview.mdx) diff --git a/docs/content/modeling/overview.mdx b/docs/content/modeling/overview.mdx index 1668717fb..3592e9f4a 100644 --- a/docs/content/modeling/overview.mdx +++ b/docs/content/modeling/overview.mdx @@ -71,6 +71,11 @@ This section has guides, concepts and examples that help you define an authoriza description: 'Learn to model custom roles that are created by users.', to: 'modeling/custom-roles', }, + { + title: 'Conditions', + description: 'Learn to model requring dynamic attributes.', + to: 'modeling/custom-roles', + }, { title: 'Contextual and Time-Based Authorization', description: