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

DocSiteStyleSkin Pennington.DocSite

The DocSite template's style-registry skin — per-slot replacements applied wholesale over the Pennington.UI component defaults, with consumer values from Styles merged on top. No outline.* entries: the component defaults are the DocSite outline look.

Properties

Styles FrozenDictionary<string, string>
Slot-key → class string replacements for the DocSite chrome.

Pennington.DocSite.DocSiteStyleSkin

namespace Pennington.DocSite;

/// The DocSite template's style-registry skin — per-slot replacements applied wholesale over the Pennington.UI component defaults, with consumer values from Styles merged on top. No outline.* entries: the component defaults are the DocSite outline look.
public class DocSiteStyleSkin
{
    /// Slot-key → class string replacements for the DocSite chrome.
    
public static FrozenDictionary<string, string> Styles { get; }
}