Pennington.ApiMetadata
0.1.0-alpha.0.273
dotnet add package Pennington.ApiMetadata --version 0.1.0-alpha.0.273
NuGet\Install-Package Pennington.ApiMetadata -Version 0.1.0-alpha.0.273
<PackageReference Include="Pennington.ApiMetadata" Version="0.1.0-alpha.0.273" />
<PackageVersion Include="Pennington.ApiMetadata" Version="0.1.0-alpha.0.273" />
<PackageReference Include="Pennington.ApiMetadata" />
paket add Pennington.ApiMetadata --version 0.1.0-alpha.0.273
#r "nuget: Pennington.ApiMetadata, 0.1.0-alpha.0.273"
#:package Pennington.ApiMetadata@0.1.0-alpha.0.273
#addin nuget:?package=Pennington.ApiMetadata&version=0.1.0-alpha.0.273&prerelease
#tool nuget:?package=Pennington.ApiMetadata&version=0.1.0-alpha.0.273&prerelease
Pennington
A content engine for .NET that turns Markdown into static sites, documentation portals, and blogs.
Features
- Markdown processing with front matter, syntax highlighting, tabbed content, and GitHub-style alerts
- Static site generation with automatic navigation and sitemaps (RSS feeds ship with the DocSite blog folder and the BlogSite template)
- Razor component library for navigation trees, code blocks, badges, and cards
- Utility-first CSS via MonorailCSS integration
- Documentation site template with built-in layouts, search, and content areas
- Blog site template for content-driven blogs
Installation
dotnet add package Pennington
Additional packages for specific features:
dotnet add package Pennington.UI # Razor components
dotnet add package Pennington.MonorailCss # Utility-first CSS
dotnet add package Pennington.DocSite # Documentation site template
dotnet add package Pennington.BlogSite # Blog site template
Quick Start
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDocSite(() => new DocSiteOptions
{
SiteTitle = "My Docs",
Description = "Project documentation",
});
var app = builder.Build();
app.UseDocSite();
await app.RunDocSiteAsync(args);
Add Markdown files to a Content/ directory with YAML front matter:
---
title: Getting Started
order: 1
---
# Welcome
Your documentation content goes here.
Build a static site with:
dotnet run -- build
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. net11.0 is compatible. |
-
net10.0
- No dependencies.
-
net11.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Pennington.ApiMetadata:
| Package | Downloads |
|---|---|
|
Pennington.ApiMetadata.Reflection
Reflection-backed IApiMetadataProvider for Pennington — reads a compiled assembly plus its companion xmldoc XML file and surfaces them through the neutral API-metadata abstractions. |
|
|
Pennington.DocSite.Api
Package Description |
|
|
Pennington.Roslyn
Roslyn-based code analysis and highlighting for Pennington |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha.0.273 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.272 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.271 | 0 | 6/2/2026 |
| 0.1.0-alpha.0.260 | 0 | 6/1/2026 |
| 0.1.0-alpha.0.259 | 0 | 6/1/2026 |
| 0.1.0-alpha.0.258 | 0 | 6/1/2026 |
| 0.1.0-alpha.0.257 | 0 | 6/1/2026 |
| 0.1.0-alpha.0.255 | 39 | 5/30/2026 |
| 0.1.0-alpha.0.253 | 38 | 5/30/2026 |
| 0.1.0-alpha.0.252 | 31 | 5/30/2026 |
| 0.1.0-alpha.0.251 | 32 | 5/30/2026 |
| 0.1.0-alpha.0.250 | 32 | 5/30/2026 |
| 0.1.0-alpha.0.249 | 35 | 5/30/2026 |
| 0.1.0-alpha.0.248 | 50 | 5/29/2026 |
| 0.1.0-alpha.0.247 | 45 | 5/29/2026 |
| 0.1.0-alpha.0.246 | 50 | 5/29/2026 |
| 0.1.0-alpha.0.240 | 58 | 5/28/2026 |
| 0.1.0-alpha.0.219 | 57 | 5/25/2026 |
| 0.1.0-alpha.0.218 | 45 | 5/25/2026 |
| 0.1.0-alpha.0.217 | 58 | 5/25/2026 |