Skip to content

Are the docs wrong or out of date? #9684

Answered by filzrev
jsonu26a1 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Also, when I run the command docfx without any subcommands, it starts downloading some 122 Mb Chromium thing?! Why?!

By default.
docfx execute following commands in sequence order.

  • docfx metadata
  • docfx build
  • docfx pdf (When pdf option enabled)
  • docfx serve (When --serve argument specified)

If you don't want to generating PDF files.
It need to explicitly set pdf option to false.
https://dotnet.github.io/docfx/docs/pdf.html#enable-pdf

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jsonu26a1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants