https://github.com/authzed/docs
Documentation website for Authzed & SpiceDB
https://github.com/authzed/docs
authorization database distributed documentation fine-grained-access-control fine-grained-authorization grpc permissions production spicedb zanzibar
Last synced: 11 months ago
JSON representation
Documentation website for Authzed & SpiceDB
- Host: GitHub
- URL: https://github.com/authzed/docs
- Owner: authzed
- License: apache-2.0
- Created: 2021-10-28T21:23:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T15:40:52.000Z (11 months ago)
- Last Synced: 2025-04-23T16:50:04.533Z (11 months ago)
- Topics: authorization, database, distributed, documentation, fine-grained-access-control, fine-grained-authorization, grpc, permissions, production, spicedb, zanzibar
- Language: MDX
- Homepage: https://authzed.com/docs
- Size: 18.8 MB
- Stars: 7
- Watchers: 7
- Forks: 41
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Docs
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/authzed/docs/actions/workflows/link-checker.yaml)
[](https://github.com/authzed/docs/actions)
[](https://groups.google.com/g/authzed-oss)
[](https://discord.gg/jTysUaxXzM)
[](https://twitter.com/authzed)
This project houses the [Authzed] & [SpiceDB] documentation [website].
[Authzed]: https://authzed.com
[SpiceDB]: https://github.com/authzed/spicedb
[website]: https://authzed.com/docs
See [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on how to contribute and perform common tasks like building the project and running tests.
## Getting Started
Install pnpm:
```sh
brew install pnpm
```
Install dependencies:
```sh
pnpm install
```
Run a development server:
```sh
pnpm run dev
```
Now you should be able to see the docs rendered at http://localhost:3000
Run linters:
```sh
pnpm run lint
````