Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:18:39.000Z (3 months ago)
- Last Synced: 2024-10-24T01:44:31.853Z (3 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: 17.4 MB
- Stars: 7
- Watchers: 7
- Forks: 37
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Docs
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg "Apache 2.0 License")](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Links](https://github.com/authzed/docs/actions/workflows/link-checker.yaml/badge.svg "Links")](https://github.com/authzed/docs/actions/workflows/link-checker.yaml)
[![Build Status](https://github.com/authzed/docs/workflows/Lint/badge.svg "GitHub Actions")](https://github.com/authzed/docs/actions)
[![Mailing List](https://img.shields.io/badge/email-google%20groups-4285F4 "[email protected]")](https://groups.google.com/g/authzed-oss)
[![Discord Server](https://img.shields.io/discord/844600078504951838?color=7289da&logo=discord "Discord Server")](https://discord.gg/jTysUaxXzM)
[![Twitter](https://img.shields.io/twitter/follow/authzed?color=%23179CF0&logo=twitter&style=flat-square "@authzed on Twitter")](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/docsSee [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
````