-
I have never used docfx and am new to dotnet (but I am familiar with the C# language to some extent). I tried following the quick start, but the built site doesn't have any API pages (just an index). I tried reading about the
I think it's trying to parse my csproj XML as JSON, but the documentation say you can use the Also, when I run the command
installed docfx version is 2.75.2, but I don't think I'll be using docfx since I can't get it to work and the documentation is causing more problems than it is helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems Commandline Reference contents are somewhat out-of-date. When using current version of docfx.
By default.
If you don't want to generating |
Beta Was this translation helpful? Give feedback.
It seems Commandline Reference contents are somewhat out-of-date.
And needs to be modified to match the latest version.
When using current version of docfx.
Metadata generation source files should be defined in the metadata section of
docfx.json
.By default.
docfx execute following commands in sequence order.
docfx metadata
docfx build
docfx pdf
(Whenpdf
option enabled)docfx serve
(When--serve
argument specified)If you don't want to generating
PDF
files.It need to explicitly set
pdf
option tofalse
.https://dotnet.github.io/docfx/docs/pdf.html#enable-pdf