Skip to content

authzed/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a11ffc3 · Mar 17, 2025
May 23, 2024
Feb 27, 2025
Feb 15, 2024
Mar 17, 2025
Feb 26, 2025
Apr 24, 2024
Feb 27, 2025
Apr 24, 2024
Apr 16, 2024
Sep 18, 2024
Aug 31, 2023
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021
Oct 29, 2021
Aug 29, 2024
Mar 5, 2024
Mar 6, 2024
Oct 23, 2024
Nov 27, 2024
Nov 27, 2024
Feb 27, 2025
Feb 27, 2025
Feb 15, 2024
Feb 15, 2024
Jan 24, 2025
Feb 15, 2024
Feb 15, 2024
Feb 6, 2025

Repository files navigation

Docs

License Links Build Status Mailing List Discord Server Twitter

This project houses the Authzed & SpiceDB documentation website.

See CONTRIBUTING.md for instructions on how to contribute and perform common tasks like building the project and running tests.

Getting Started

Install pnpm:

brew install pnpm

Install dependencies:

pnpm install

Run a development server:

pnpm run dev

Now you should be able to see the docs rendered at http://localhost:3000

Run linters:

pnpm run lint