Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

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

docs(readme): update links and structure

+14 -10
+14 -10
README.md
··· 78 78 79 79 ## Documentation 80 80 81 - - [Queries](docs/queries.md) 82 - - [Joins](docs/joins.md) 83 - - [Mutations](docs/mutations.md) 84 - - [Subscriptions](docs/subscriptions.md) 85 - - [Blobs](docs/blobs.md) 86 - - [Variables](docs/variables.md) 87 - - [Deployment](docs/deployment.md) 81 + - [Queries](docs/guides/queries.md) 82 + - [Joins](docs/guides/joins.md) 83 + - [Mutations](docs/guides/mutations.md) 84 + - [Subscriptions](docs/reference/subscriptions.md) 85 + - [Blobs](docs/reference/blobs.md) 86 + - [Variables](docs/reference/variables.md) 87 + - [Deployment](docs/guides/deployment.md) 88 88 89 - ## Architecture 89 + ## Structure 90 90 91 - - `lexicon_graphql/` - Schema generation from Lexicons 92 - - `server/` - Database layer and record storage 91 + - `server/` - Main server with database layer, GraphQL API, and Jetstream ingestion 92 + - `lexicon_graphql/` - GraphQL schema generation from AT Protocol Lexicons 93 + - `atproto_car/` - CAR (Content Addressable aRchive) file parsing for backfills 94 + - `client/` - Web-based GraphQL playground and admin UI 95 + - `quickslice-client-js/` - JavaScript client library 96 + - `www/` - Documentation website