atproto pds in zig pds.zat.dev
pds atproto
24

Configure Feed

Select the types of activity you want to include in your feed.

Clarify operator documentation

zzstoatzz (Jun 10, 2026, 2:28 PM -0500) 97c30476 f6e078a3

+8 -3
+3 -2
README.md
··· 34 34 - [architecture](docs/architecture.md) 35 35 - [account security](docs/account-security.md) 36 36 - [development](docs/development.md) 37 - - [operations](docs/operations.md) 37 + - [operator guide](docs/operations.md) 38 38 - [invite codes](docs/invite-codes.md) 39 39 - [passkeys](docs/passkeys.md) 40 40 - [permissioned data](docs/permissioned-data.md) ··· 85 85 --server-did did:web:pds.example.com 86 86 ``` 87 87 88 - see [operations](docs/operations.md) for config notes. 88 + See the [operator guide](docs/operations.md) for deployment, configuration, 89 + invite-code, migration, and release notes. 89 90 90 91 </details> 91 92
+5 -1
docs/operations.md
··· 1 - # operations 1 + # operator guide 2 + 3 + This is the operator-facing guide for running ZDS: local startup, deployment 4 + configuration, containers, invite-code administration, account migration notes, 5 + and release procedure. 2 6 3 7 ## local checks 4 8