Sign inSign up

dynamicdevs/docfx-js

By dynamicdevs

Updated almost 7 years ago

DockFx for Javascript Projects

Image
0

1.1K

dynamicdevs/docfx-js repository overview

Docker Image - DocFx for Javascript

DocFx is a Document generator for Javascript projects

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-js:latest
Important
  • You should map document directory into /docfx directory.
  • docfx.json and node2docfx.json files should be in the same 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

327.1 MB

Last updated

almost 7 years ago

docker pull dynamicdevs/docfx-js