Skip to content

Commit

Permalink
fix breaking link for **security section** in v4, v5, v6
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik2936 committed Oct 4, 2022
1 parent 266e7d1 commit 0b15483
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions _data/info/v4/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
parameters: []

- name: CreatePermission
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -67,10 +67,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.

- name: ReadPermission
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -81,10 +81,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.

- name: UpdatePermission
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -95,10 +95,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.

- name: DeletePermission
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -109,10 +109,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.

- name: SharePermission
description: Enable sharing permissions on an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Enable sharing permissions on an object through Elide. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.
applicationLevel:
- Method
- Class
Expand All @@ -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 <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Enable or disable shareability for an object. Shareable permissions are evaluated identically to an entity's read permissions. See the <a href="/pages/guide/v4/03-security.html">security section</a> for more information.

- name: Exclude
description: Marks that a given field or entity should not be exposed through Elide.
Expand Down
16 changes: 8 additions & 8 deletions _data/info/v5/core_annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
description: The API Version name.

- name: CreatePermission
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -78,10 +78,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.

- name: ReadPermission
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -92,10 +92,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.

- name: UpdatePermission
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -106,10 +106,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.

- name: DeletePermission
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -120,7 +120,7 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v5/03-security.html">security section</a> for more information.

- name: NonTransferable
description: Marks that a model cannot be assigned to another collection after its creation.
Expand Down
16 changes: 8 additions & 8 deletions _data/info/v6/core_annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
description: The API Version name.

- name: CreatePermission
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for creating an object through Elide. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -78,10 +78,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.

- name: ReadPermission
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for reading an object through Elide. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -92,10 +92,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.

- name: UpdatePermission
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for updating an object through Elide. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -106,10 +106,10 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.

- name: DeletePermission
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: Define security rules for deleting an object through Elide. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.
applicationLevel:
- Field
- Method
Expand All @@ -120,7 +120,7 @@
required: True
type: String
default: <em>None</em>
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v{{ page.version }}/03-security.html">security section</a> for more information.
description: A security expression parsed by Elide security. See the <a href="/pages/guide/v6/03-security.html">security section</a> for more information.

- name: NonTransferable
description: Marks that a model cannot be assigned to another collection after its creation.
Expand Down

0 comments on commit 0b15483

Please sign in to comment.