Skip to content

Commit

Permalink
Removed references to schema 1.0 migration (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz authored Feb 17, 2024
1 parent 6eec142 commit c2fb5c7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 574 deletions.
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ It offers an HTTP API, a gRPC API, and has SDKs for programming languages includ
- [Entitlements](./content/modeling/advanced/entitlements.mdx)
- [Migrating](./content/modeling/migrating/overview.mdx)
- [Migrating Relations](./content/modeling/migrating/migrating-relations.mdx)
- [Migrating to Schema 1.1](./content/modeling/migrating/migrating-schema-1-1.mdx)
- [Interacting with the API](./content/interacting/overview.mdx)
- [Manage User Access](./content/interacting/managing-group-access.mdx)
- [Manage Group Access](./content/interacting/managing-user-access.mdx)
Expand Down
2 changes: 0 additions & 2 deletions docs/content/configuration-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,6 @@ This can be used to indicate that **viewers** of a **folders** are **viewers** o

:::caution
Note that <ProductName format={ProductNameFormat.LongForm}/> does not allow the referenced relation (the word after `from`, also called the tupleset) to be referencing another relation or allow non-concrete types (type bound public access (`<object_type>:*`) or usersets (`<object_type>#<relation>`)) in its type restrictions and will throw a validation error when attempting to call `WriteAuthorizationModel`.

Note: In the [deprecated 1.0 schema version](./modeling/migrating/migrating-schema-1-1.mdx), the validation error will be thrown at the time of evaluation (`Check`, etc..).
:::

For more examples, take look at [Modeling: Parent-Child Objects](./modeling/parent-child.mdx), [Advanced Modeling: Google Drive](./modeling/advanced/gdrive.mdx), [Advanced Modeling: GitHub](./modeling/advanced/github.mdx), and [Advanced Modeling: Entitlements](./modeling/advanced/entitlements.mdx).
Expand Down
8 changes: 1 addition & 7 deletions docs/content/getting-started/production-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ If you still see high request latencies despite the guidance above, then you may
description: 'Learn how to migrate relations in a production environment',
link: '../modeling/migrating/migrating-relations',
id: '../modeling/migrating/migrating-relations',
},
{
title: 'Migrating Schema 1.1',
description: 'Learn how to migrate to model schema 1.1',
link: '../modeling/migrating/migrating-schema-1-1',
id: '../modeling/migrating/migrating-schema-1-1',
},
}
]}
/>
8 changes: 1 addition & 7 deletions docs/content/getting-started/tuples-api-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ Specifying authorization model ID in API calls have the following advantages:
description: 'Learn how to migrate relations in a production environment',
link: '../modeling/migrating/migrating-relations',
id: '../modeling/migrating/migrating-relations',
},
{
title: 'Migrating Schema 1.1',
description: 'Learn how to migrate to model schema 1.1',
link: '../modeling/migrating/migrating-schema-1-1',
id: '../modeling/migrating/migrating-schema-1-1',
},
}
]}
/>
Loading

0 comments on commit c2fb5c7

Please sign in to comment.