casbin / node-casbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
https://casbin.org
Apache License 2.0
2.58k stars 215 forks source link

Suggestion: add official docs to repo #58

Closed dreamdevil00 closed 5 years ago

dreamdevil00 commented 5 years ago

It's more convenient for user to contribute to docs if the official docs are in the repo. FYI, please checkout typeorm

hsluoyz commented 5 years ago

Hi @dreamdevil00 , it's kind of difficult for Casbin to put docs into source code repo, because Casbin is a federation of projects implemented in different languages: Casbin (Go), jCasbin (Java), Node-Casbin (Node.js), etc. We have a universal docs site here: https://casbin.org/. The source is: https://github.com/casbin/casbin-website

Any suggestions?

hsluoyz commented 5 years ago

Closed as stale.