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

IOrderable Pennington.FrontMatter

Content that has explicit ordering.

Properties

Order int
Sort order for this page within its section (lower sorts first).

Pennington.FrontMatter.IOrderable

namespace Pennington.FrontMatter;

/// Content that has explicit ordering.
public interface IOrderable
{
    /// Sort order for this page within its section (lower sorts first).
    
public int Order { get; }
}