DocFxMarkdownGen 0.1.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global DocFxMarkdownGen --version 0.1.6
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DocFxMarkdownGen --version 0.1.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DocFxMarkdownGen&version=0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DocFxMarkdownGen --version 0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DocFxMarkdownGen
Generates documentation for a .NET library in Markdown intended for Docusaurus using docfx.
Installation
dotnet tool install -g DocFxMarkdownGen
# now installed as "dfmg", use with "dotnet dfmg" or just "dfmg" if tools are in PATH
Usage
By default dfmg takes it's config from config.yaml
, you can override the file using the DFMG_CONFIG
environment variable.
outputPath: /home/jan/whatever/docs/api
yamlPath: /home/jan/gen/api
outputPath
is the path where the generated documentation will be placed, it is always wiped.yamlPath
is the path where the.yml
files generated bydocfx metadata
are placed, probably theapi
directory where yourdocfx.json
file is.indexSlug
is the slug of the index page, defaults to/api
.
Example sites
examples/discord-net-dfmg
: example site done on Discord.Net- Log73
For creating your own site, head to dfmg-template.
This project is still very new, if you find an issue in the markdown generated, please open an issue!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.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.4.2 | 640 | 5/17/2024 |
0.4.1 | 986 | 7/27/2023 |
0.4.0 | 269 | 6/15/2023 |
0.3.1 | 175 | 5/17/2023 |
0.3.0 | 169 | 5/14/2023 |
0.2.1 | 179 | 5/6/2023 |
0.2.0 | 167 | 5/6/2023 |
0.1.7 | 159 | 5/4/2023 |
0.1.6 | 312 | 2/13/2023 |
0.1.5 | 434 | 1/8/2022 |
0.1.4 | 261 | 1/6/2022 |
0.1.3 | 251 | 1/5/2022 |
0.1.2 | 289 | 12/3/2021 |
0.1.1 | 971 | 12/1/2021 |