Docker image for docfx for Typescript
1.1K
DocFx is a Document generator for Typescript projects
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:/app \
dynamicdevs/docfx-ts:latest
app directory the node_modules directorysrc directory into app directory in the container/docfx directory.docfx.json and node2docfx.json files should be in the same directorysrc folder is into directory /docfx folder don't map the src volumememberpage, rest.operationpage, rest.tagpage are in this image on the /docfx/plugins directoryContent type
Image
Digest
Size
349 MB
Last updated
almost 7 years ago
docker pull dynamicdevs/docfx-ts