Commit 1ad773f

mo khan <mo@mokhan.ca>
2025-03-31 20:04:02
docs: remove example ruby code
1 parent 3049ea5
Changed files (3)
doc/share/authz/POLICY.md
@@ -109,37 +109,6 @@ for applying reasoning and assertions to domain-agnostic, structured data.
   * [Go binding](https://github.com/microsoft/regorus/tree/main/bindings/go)
   * [Ruby binding](https://github.com/microsoft/regorus/tree/main/bindings/ruby)
 
-## Security Context/Scope
-
-1. Single resource
-1. Nested resources
-1. Individual Attributes on a resource
-
-## Example
-
-The following hierarchy will be used as the basis for expression policy.
-
-```ruby
-class Organization
-  has_many :groups
-end
-
-class Group
-  belongs_to :organization
-  has_many :projects
-end
-
-class Project
-  belongs_to :group
-  has_many :issues
-end
-
-class Issue
-end
-```
-
-[Social Network Graph](./sns.dot.png)
-
 ## See Also
 
 * [Zanzibar](./ZANZIBAR.md)
doc/share/authz/sns.dot
@@ -1,5 +0,0 @@
-digraph {
-  Group -> Organization[label="belongs_to"];
-  Project -> Group[label="belongs_to"];
-  Issue -> Project[label="belongs_to"];
-}
doc/share/authz/sns.dot.png
Binary file