Standard.site landing page built in Next.js
0
fork

Configure Feed

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

Fix inline code

Brooke 47f559e7 f1707ccf

+1 -1
+1 -1
content/docs/lexicons/document.mdx
··· 26 26 <Table 27 27 headers={['Property', 'Type', 'Description']} 28 28 rows={[ 29 - ['path', 'string', <>Combine with <code>site</code> or publication url to construct a canonical <code>URL</code> to the document. A slash should be included at the beginning of this value.</>], 29 + ['path', 'string', <>Combine with <code>site</code> or publication <code>url<code> to construct a canonical URL to the document. A slash should be included at the beginning of this value.</>], 30 30 ['description', 'string', <>A brief description or excerpt from the document. <code>maxLength: 30000</code> <code>maxGraphemes: 3000</code></>], 31 31 ['coverImage', 'blob', 'Image to used for thumbnail or cover image. Less than 1MB is size.'], 32 32 ['content', 'union', <>Open union used to define the record's content. Each entry must specify a <code>$type</code></>],