Standard.site landing page built in Next.js
0

Configure Feed

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

Add og image and get rid of "recommendation" phrasing to avoid confusion.

+13 -13
+1 -1
app/data/lexicon-overrides.ts
··· 47 47 }, 48 48 'site.standard.graph.recommend': { 49 49 document: 'AT-URI reference to the document record being recommended.', 50 - createdAt: 'Timestamp marking when the recommendation was created.', 50 + createdAt: 'Timestamp marking when the recommend was created.', 51 51 }, 52 52 } 53 53
+1 -1
content/docs/introduction.mdx
··· 32 32 33 33 The [`site.standard.graph.subscription`](/docs/lexicons/subscription) lexicon tracks relationships between users and publications, enabling follow functionality and personalized content feeds across the AT Protocol network. 34 34 35 - ### Recommendations <Updated label="New" /> 35 + ### Recommends <Updated label="New" /> 36 36 37 37 The [`site.standard.graph.recommend`](/docs/lexicons/recommend) lexicon lets users endorse individual documents, providing a lightweight signal that aggregators and readers can use to surface trusted or popular content. 38 38
+3 -3
content/docs/lexicons/recommend.mdx
··· 1 1 --- 2 2 title: Recommend Lexicon 3 - description: Schema reference for document recommendations, used to declare that a user endorses or recommends a document. 3 + description: Schema reference for document recommends, used to declare that a user endorses or recommends a document. 4 4 date: 2026-05-19 5 5 ogImage: opengraph-image-docs-recommend-lexicon-v2.png 6 6 --- ··· 13 13 14 14 ## Overview 15 15 16 - Recommendations are lightweight social signals: a user creates a `recommend` record on their PDS pointing at a `site.standard.document` they endorse. Aggregators and readers can use these records to surface popular or trusted documents. 16 + Recommends are lightweight social signals: a user creates a `recommend` record on their PDS pointing at a `site.standard.document` they endorse. Aggregators and readers can use these records to surface popular or trusted documents. 17 17 18 18 ## Schema 19 19 ··· 23 23 headers={['Property', 'Type', 'Description']} 24 24 rows={[ 25 25 ['document', 'at-uri', 'AT-URI reference to the document record being recommended (ex: at://did:plc:abc123/site.standard.document/xyz789).'], 26 - ['createdAt', 'datetime', 'Timestamp marking when the recommendation was created.'], 26 + ['createdAt', 'datetime', 'Timestamp marking when the recommend was created.'], 27 27 ]} 28 28 /> 29 29
+5 -5
content/docs/permissions.mdx
··· 11 11 12 12 # Permissions 13 13 14 - <StandardSite /> provides permission sets for applications to access publications, documents, subscriptions, and recommendations. 14 + <StandardSite /> provides permission sets for applications to access publications, documents, subscriptions, and recommends. 15 15 16 16 ## Overview 17 17 ··· 39 39 ['site.standard.publication', 'Create, update, and delete publication records'], 40 40 ['site.standard.document', 'Create, update, and delete document records'], 41 41 ['site.standard.graph.subscription', 'Create, update, and delete subscription records'], 42 - ['site.standard.graph.recommend', 'Create, update, and delete recommendation records'], 42 + ['site.standard.graph.recommend', 'Create, update, and delete recommend records'], 43 43 ]} 44 44 /> 45 45 46 46 ## Social <StandardSite /> Access <Updated label="New" /> 47 47 48 - The `site.standard.authSocial` permission set is a narrower scope for managing subscriptions and document recommendations. 48 + The `site.standard.authSocial` permission set is a narrower scope for managing subscriptions and document recommends. 49 49 50 50 ### Requesting Permissions 51 51 ··· 61 61 headers={['Collection', 'Access scopes']} 62 62 rows={[ 63 63 ['site.standard.graph.subscription', 'Create, update, and delete subscription records'], 64 - ['site.standard.graph.recommend', 'Create, update, and delete recommendation records'], 64 + ['site.standard.graph.recommend', 'Create, update, and delete recommend records'], 65 65 ]} 66 66 /> 67 67 ··· 71 71 - [Publication lexicon](/docs/lexicons/publication) - Understanding publication records 72 72 - [Document lexicon](/docs/lexicons/document) - Understanding document records 73 73 - [Subscription lexicon](/docs/lexicons/subscription) - Understanding subscription records 74 - - [Recommend lexicon](/docs/lexicons/recommend) - Understanding recommendation records 74 + - [Recommend lexicon](/docs/lexicons/recommend) - Understanding recommend records
+3 -3
content/docs/quick-start.mdx
··· 26 26 - [`site.standard.publication`](/docs/lexicons/publication) - Publication metadata 27 27 - [`site.standard.document`](/docs/lexicons/document) - Document content and metadata 28 28 - [`site.standard.graph.subscription`](/docs/lexicons/subscription) - User-publication relationships 29 - - [`site.standard.graph.recommend`](/docs/lexicons/recommend) - Document recommendations 29 + - [`site.standard.graph.recommend`](/docs/lexicons/recommend) - Document recommends 30 30 31 31 Two permission sets are available for OAuth scopes: 32 32 33 - - [`site.standard.authFull`](/docs/permissions) - Full access to publications, documents, subscriptions, and recommendations 34 - - [`site.standard.authSocial`](/docs/permissions) - Narrower access for subscriptions and recommendations only 33 + - [`site.standard.authFull`](/docs/permissions) - Full access to publications, documents, subscriptions, and recommends 34 + - [`site.standard.authSocial`](/docs/permissions) - Narrower access for subscriptions and recommends only 35 35 36 36 ### 2. Create a Publication Record 37 37
public/media/opengraph-image-docs-recommend-lexicon-v2.png

This is a binary file and will not be displayed.