FsLiveDocs 0.6.2
dotnet tool install --global FsLiveDocs --version 0.6.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local FsLiveDocs --version 0.6.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FsLiveDocs&version=0.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package FsLiveDocs --version 0.6.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FsLiveDocs
FsLiveDocs can be the whole documentation site for an F# library: Markdown guides and generated API reference in one navigation and search index, without Hugo, Docsy, or Docusaurus. One shared shell can host multiple isolated documentation sets with their own routes, sidebars, API surfaces, and verification preludes.
It builds on FSharp.Formatting with richer API pages, API-aware links, source transclusion, checked examples, compiler tooltips, and immutable release documentation.
An ordinary F# fence is compiled against the project it documents:
```fsharp
type Order = { Total: decimal }
let total orders = orders |> List.sumBy _.Total
```
If the API changes, the documentation build fails at the page and line that need fixing. Examples run only when explicitly marked run or transcript.
dotnet new tool-manifest
dotnet tool install FsLiveDocs
dotnet livedocs init --discover-projects
dotnet build
dotnet livedocs audit
dotnet livedocs build
dotnet livedocs watch --host 127.0.0.1 --port 5000
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.2 | 80 | 9/11/2026 |
| 0.6.1 | 65 | 9/10/2026 |
| 0.6.0 | 97 | 9/6/2026 |
| 0.5.0 | 92 | 9/5/2026 |
| 0.4.1 | 112 | 8/29/2026 |
| 0.4.0 | 108 | 8/29/2026 |
| 0.3.8 | 227 | 8/25/2026 |
| 0.3.7 | 132 | 8/18/2026 |
| 0.3.6 | 168 | 8/17/2026 |
| 0.3.5 | 133 | 8/17/2026 |
| 0.3.4 | 103 | 8/17/2026 |
| 0.3.3 | 124 | 8/16/2026 |
| 0.3.2 | 105 | 8/16/2026 |
| 0.3.1 | 103 | 8/16/2026 |
| 0.3.0 | 110 | 8/16/2026 |
| 0.2.3 | 99 | 8/16/2026 |
| 0.2.0 | 113 | 8/16/2026 |
| 0.1.0 | 101 | 8/16/2026 |