Moka.Docs.Plugins
1.3.8
dotnet add package Moka.Docs.Plugins --version 1.3.8
NuGet\Install-Package Moka.Docs.Plugins -Version 1.3.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Moka.Docs.Plugins" Version="1.3.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Moka.Docs.Plugins" Version="1.3.8" />
<PackageReference Include="Moka.Docs.Plugins" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Moka.Docs.Plugins --version 1.3.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Moka.Docs.Plugins, 1.3.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Moka.Docs.Plugins@1.3.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Moka.Docs.Plugins&version=1.3.8
#tool nuget:?package=Moka.Docs.Plugins&version=1.3.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MokaDocs
The modern documentation site generator built for .NET libraries.
Point MokaDocs at your .csproj and docs/ folder — it auto-discovers your API surface, parses XML docs, and generates a complete documentation site.
Quick Start
dotnet tool install -g mokadocs
mokadocs init
mokadocs serve
Features
- C# API Reference — Auto-generated from assemblies with full type info, XML comments, and
<inheritdoc/>support - Markdown Guides — Admonitions, tabs, code groups, task lists, footnotes, and more
- Interactive REPL — Run C# code directly in the browser (Roslyn-powered)
- Full-Text Search — Client-side instant search with
Ctrl+K/Cmd+K - 5 Color Themes — Ocean, Emerald, Violet, Amber, Rose with live switcher
- 7 Code Themes — Catppuccin, GitHub, Dracula, One Dark, Nord
- Dark/Light Mode — Auto-detects system preference
- Hot Reload — File watcher + WebSocket for instant preview
- Versioning — Multi-version docs with dropdown selector
- ASP.NET Core Integration — Embed docs directly in your web app
ASP.NET Core Integration
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddMokaDocs(options =>
{
options.Title = "My API Docs";
options.Assemblies = [typeof(MyService).Assembly];
});
var app = builder.Build();
app.MapMokaDocs("/docs");
app.Run();
Configuration
site:
title: "My Library"
description: "Documentation for My Library"
content:
docs: ./docs
projects:
- path: ./src/MyLibrary/MyLibrary.csproj
theme:
options:
primaryColor: "#0ea5e9"
codeTheme: catppuccin-mocha
codeStyle: macos
plugins:
- name: mokadocs-repl
- name: mokadocs-changelog
Packages
| Package | Description |
|---|---|
Moka.Docs.Core |
Core models, configuration, and interfaces |
Moka.Docs.CLI |
Command-line tool (mokadocs) |
Moka.Docs.Engine |
Build pipeline and phase orchestration |
Moka.Docs.Parsing |
Markdown parsing with custom extensions |
Moka.Docs.CSharp |
Roslyn-based C# API analysis |
Moka.Docs.Rendering |
Scriban template engine |
Moka.Docs.Themes |
Theme system and default theme |
Moka.Docs.Plugins |
Plugin system (REPL, Blazor, OpenAPI, Changelog) |
Moka.Docs.Serve |
Dev server with hot reload |
Moka.Docs.AspNetCore |
ASP.NET Core middleware integration |
Moka.Docs.Search |
Client-side search index generation |
Moka.Docs.Versioning |
Multi-version documentation support |
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.5)
- Microsoft.OpenApi.Readers (>= 1.6.28)
- Moka.Blazor.Repl.Compiler (>= 1.0.0)
- Moka.Docs.Core (>= 1.3.8)
- Moka.Docs.Engine (>= 1.3.8)
- Moka.Docs.Serve (>= 1.3.8)
-
net9.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.5)
- Microsoft.OpenApi.Readers (>= 1.6.28)
- Moka.Blazor.Repl.Compiler (>= 1.0.0)
- Moka.Docs.Core (>= 1.3.8)
- Moka.Docs.Engine (>= 1.3.8)
- Moka.Docs.Serve (>= 1.3.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Moka.Docs.Plugins:
| Package | Downloads |
|---|---|
|
Moka.Docs.AspNetCore
ASP.NET Core integration for MokaDocs — embed documentation in your web app with two lines of code. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.8 | 0 | 4/8/2026 |
| 1.3.7 | 26 | 4/8/2026 |
| 1.3.6 | 29 | 4/8/2026 |
| 1.3.5 | 26 | 4/8/2026 |
| 1.3.1 | 24 | 4/8/2026 |
| 1.3.0 | 29 | 4/8/2026 |
| 1.2.3 | 44 | 4/6/2026 |
| 1.2.2 | 40 | 4/6/2026 |
| 1.2.0 | 42 | 4/6/2026 |
| 1.1.2 | 39 | 4/6/2026 |
| 1.1.1 | 38 | 4/6/2026 |
| 1.1.0 | 48 | 4/6/2026 |
| 1.0.7 | 93 | 3/27/2026 |
| 1.0.6 | 89 | 3/27/2026 |
| 1.0.5 | 91 | 3/27/2026 |
| 1.0.4 | 96 | 3/27/2026 |
| 1.0.3 | 84 | 3/26/2026 |
| 1.0.2 | 84 | 3/25/2026 |
| 1.0.1 | 90 | 3/25/2026 |
| 1.0.0 | 95 | 3/24/2026 |