0

2つの責任があります。第一の問題Docfxはビルドして他のパスを出力しません

私のプロジェクト階層this

前 と私は私がdocfx使用し、このためのドキュメントへの各プロジェクトのコードのためにしたいです。 最初の問題。 私はビルドコードを再構築したくありません。 ex。

docfx ./docs/docfx.json --serve -> doing the build 

第2の問題。 私はドキュメントの結果が私に別のパスを与えたい。 ex。 2質問 ため

C:\Users\ahmet\Documentation 

コード

docfx docfx ./docs/docfx.json -o -C:\Users\ahmet\Documentation > not working

と私のdocfx.json configration

おかげ

Solition あなたは、ドキュメントの異なる出力パスを生成したい場合。

docfx init

_site in place of, output path as C:/Users/AhmetPC/Desktop/SourceCode

またはこの docfx.exe docfx.json -o C:/Users/AhmetPC/Desktop/SourceCode

それが私たちのために、このパスを作成します。

答えて

0

デフォルトの出力フォルダ_site(docfx)をそのまま使用すると、最初の質問でdocfx serve ./docs/_siteを試すことができます。

関連する問題