You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This project adheres to the [Contributor Covenant 1.2.](https://www.contributor-
6
6
7
7
## Questions
8
8
9
-
* We do our best to have un [up to date documentation](https://casbin.org/docs/en/overview)
9
+
* We do our best to have un [up to date documentation](https://casbin.org/docs/overview)
10
10
*[Stack Overflow](https://stackoverflow.com) is the best place to start if you have a question. Please use the [casbin tag](https://stackoverflow.com/tags/casbin/info) we are actively monitoring. We encourage you to use Stack Overflow specially for Modeling Access Control Problems, in order to build a shared knowledge base.
11
11
* You can also join our [Discord](https://discord.gg/S5UjpzGZjN).
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,40 +135,40 @@ What Casbin does NOT do:
135
135
136
136
## Documentation
137
137
138
-
https://casbin.org/docs/en/overview
138
+
https://casbin.org/docs/overview
139
139
140
140
## Online editor
141
141
142
142
You can also use the online editor (https://casbin.org/editor/) to write your Casbin model and policy in your web browser. It provides functionality such as ``syntax highlighting`` and ``code completion``, just like an IDE for a programming language.
143
143
144
144
## Tutorials
145
145
146
-
https://casbin.org/docs/en/tutorials
146
+
https://casbin.org/docs/tutorials
147
147
148
148
## Policy management
149
149
150
150
Casbin provides two sets of APIs to manage permissions:
151
151
152
-
-[Management API](https://casbin.org/docs/en/management-api): the primitive API that provides full support for Casbin policy management.
153
-
-[RBAC API](https://casbin.org/docs/en/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
152
+
-[Management API](https://casbin.org/docs/management-api): the primitive API that provides full support for Casbin policy management.
153
+
-[RBAC API](https://casbin.org/docs/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
154
154
155
-
We also provide a [web-based UI](https://casbin.org/docs/en/admin-portal) for model management and policy management:
155
+
We also provide a [web-based UI](https://casbin.org/docs/admin-portal) for model management and policy management:
0 commit comments