This site provides a machine-readable index at /llms.txt.

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).
    
int Order { get; }
}