Sign inSign up

dynamicdevs/docfx

By dynamicdevs

Updated over 6 years ago

DocFx in docker

Image
0

1.8K

dynamicdevs/docfx repository overview

Docker Image - DocFx

DocFx is a Document generator for .Net Core a .Net Framework project

Instructions

You can build your document code with the following command:

docker run --rm --name docfx \
-v path-to-docs-folder:/docfx \
-v path-to-src-if-apply:container-src-path \
dynamicdevs/docfx
Important
  • docfx.json file should be /docfx directory
  • You should map document directory into /docfx directory.
  • Whether your src folder is into directory /docfx folder don't map the src volume

Plugins

  • Plugins memberpage, rest.operationpage, rest.tagpage are in this image on the /docfx/plugins directory

Tag summary

Content type

Image

Digest

Size

495.1 MB

Last updated

over 6 years ago

docker pull dynamicdevs/docfx