This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

IStandardSiteDocument Pennington.FrontMatter

Content published as a Standard Site (AT Protocol) site.standard.document record. Carries the record key the verification head tag links back to. A page opts in by setting atprotoRkey in its front matter once the record exists; pages without it emit no document link (graceful).

Properties

AtprotoRkey string
Record key of this page's site.standard.document record; null when none exists yet.

Pennington.FrontMatter.IStandardSiteDocument

namespace Pennington.FrontMatter;

/// Content published as a Standard Site (AT Protocol) site.standard.document record. Carries the record key the verification head tag links back to. A page opts in by setting atprotoRkey in its front matter once the record exists; pages without it emit no document link (graceful).
public interface IStandardSiteDocument
{
    /// Record key of this page's site.standard.document record; null when none exists yet.
    
public string AtprotoRkey { get; }
}