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

Skip to main content Skip to navigation

MarkdownFileSource Pennington.Pipeline

Content sourced from a markdown file on disk.

Properties

Path Pennington.Routing.FilePath
Absolute path to the markdown file.

Constructors

.ctor

#
public record MarkdownFileSource(FilePath Path);

Content sourced from a markdown file on disk.

Parameters

Path FilePath
Absolute path to the markdown file.

Pennington.Pipeline.MarkdownFileSource

namespace Pennington.Pipeline;

/// Content sourced from a markdown file on disk.
public record MarkdownFileSource
{
    /// Content sourced from a markdown file on disk.
    
public record MarkdownFileSource(FilePath Path);
/// Absolute path to the markdown file.
FilePath Path
; }