From 0b15483d8396e5e1a96088636624e3070dba5213 Mon Sep 17 00:00:00 2001 From: Bhavik Parmar <38880921+bhavik2936@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:00:42 +0530 Subject: [PATCH] fix breaking link for **security section** in v4, v5, v6 --- _data/info/v4/annotations.yml | 20 ++++++++++---------- _data/info/v5/core_annotations.yml | 16 ++++++++-------- _data/info/v6/core_annotations.yml | 16 ++++++++-------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/_data/info/v4/annotations.yml b/_data/info/v4/annotations.yml index 466ab5f2..af52ee02 100644 --- a/_data/info/v4/annotations.yml +++ b/_data/info/v4/annotations.yml @@ -56,7 +56,7 @@ parameters: [] - name: CreatePermission - description: Define security rules for creating an object through Elide. See the security section for more information. + description: Define security rules for creating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -67,10 +67,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: ReadPermission - description: Define security rules for reading an object through Elide. See the security section for more information. + description: Define security rules for reading an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -81,10 +81,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: UpdatePermission - description: Define security rules for updating an object through Elide. See the security section for more information. + description: Define security rules for updating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -95,10 +95,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: DeletePermission - description: Define security rules for deleting an object through Elide. See the security section for more information. + description: Define security rules for deleting an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -109,10 +109,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: SharePermission - description: Enable sharing permissions on an object through Elide. See the security section for more information. + description: Enable sharing permissions on an object through Elide. See the security section for more information. applicationLevel: - Method - Class @@ -122,7 +122,7 @@ required: False type: Boolean default: True - description: Enable or disable shareability for an object. Shareable permissions are evaluated identically to an entity's read permissions. See the security section for more information. + description: Enable or disable shareability for an object. Shareable permissions are evaluated identically to an entity's read permissions. See the security section for more information. - name: Exclude description: Marks that a given field or entity should not be exposed through Elide. diff --git a/_data/info/v5/core_annotations.yml b/_data/info/v5/core_annotations.yml index 34df14d9..7f57d783 100644 --- a/_data/info/v5/core_annotations.yml +++ b/_data/info/v5/core_annotations.yml @@ -67,7 +67,7 @@ description: The API Version name. - name: CreatePermission - description: Define security rules for creating an object through Elide. See the security section for more information. + description: Define security rules for creating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -78,10 +78,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: ReadPermission - description: Define security rules for reading an object through Elide. See the security section for more information. + description: Define security rules for reading an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -92,10 +92,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: UpdatePermission - description: Define security rules for updating an object through Elide. See the security section for more information. + description: Define security rules for updating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -106,10 +106,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: DeletePermission - description: Define security rules for deleting an object through Elide. See the security section for more information. + description: Define security rules for deleting an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -120,7 +120,7 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: NonTransferable description: Marks that a model cannot be assigned to another collection after its creation. diff --git a/_data/info/v6/core_annotations.yml b/_data/info/v6/core_annotations.yml index 3de41472..b5f5268b 100644 --- a/_data/info/v6/core_annotations.yml +++ b/_data/info/v6/core_annotations.yml @@ -67,7 +67,7 @@ description: The API Version name. - name: CreatePermission - description: Define security rules for creating an object through Elide. See the security section for more information. + description: Define security rules for creating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -78,10 +78,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: ReadPermission - description: Define security rules for reading an object through Elide. See the security section for more information. + description: Define security rules for reading an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -92,10 +92,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: UpdatePermission - description: Define security rules for updating an object through Elide. See the security section for more information. + description: Define security rules for updating an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -106,10 +106,10 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: DeletePermission - description: Define security rules for deleting an object through Elide. See the security section for more information. + description: Define security rules for deleting an object through Elide. See the security section for more information. applicationLevel: - Field - Method @@ -120,7 +120,7 @@ required: True type: String default: None - description: A security expression parsed by Elide security. See the security section for more information. + description: A security expression parsed by Elide security. See the security section for more information. - name: NonTransferable description: Marks that a model cannot be assigned to another collection after its creation.