Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 367 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 367 Bytes

Note

Forked from https://github.com/tsgkdt/docker-docfx

About this image

Docker image for DocFX.

Spec

Product Version
DocFX 2.24

How to use

  • for build docfx-project
cd <docfx_project_dir>
docfx build
  • for serve
cd <docfx_project_dir>
docfx docfx.json --serve