0
두 가지 책임이 있습니다. 첫 번째 문제Docfx가 다른 경로를 빌드하고 출력하지 않습니다.
내 프로젝트 계층 this
내가 전에 내가 docfx을 사용하여 이에 대한 설명서를 각 프로젝트 코드를합니다. 첫 번째 문제입니다. 빌드 코드를 다시 작성하지 않으려합니다. 예.
docfx ./docs/docfx.json --serve -> doing the build
두 번째 문제; 다른 경로를 제공하는 문서 결과가 필요합니다. 예.
C:\Users\ahmet\Documentation
코드
docfx docfx ./docs/docfx.json -o -C:\Users\ahmet\Documentation > not working
내 docfx.json configration
덕분에이 질문이 문서를 다른 출력 경로를 생성하려면 에 대한
Solition .
_site in place of, output path as C:/Users/AhmetPC/Desktop/SourceCode
docfx init
docfx.exe docfx.json -o C:/Users/AhmetPC/Desktop/SourceCode
.