Skip to content
/ doctools Public

Docker swiss army knife for documentation generation

Notifications You must be signed in to change notification settings

jjrom/doctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doctools

Docker swiss army knife for documentation generation

The jjrom/doctools docker image gives access to the following command line application

Installation

From dockerhub

docker pull jjrom/doctools:2.0

Build from source

Launch the following command and go for a (long) coffee break

docker build -t jjrom/doctools:2.0 .

Usage

Replace ${COMMAND} with one of {openapi|api2html|widdershins|pandoc|asciidoctor-pdf}

docker run --rm -ti jjrom/doctools:2.0

Note: input files must be mounted with docker -v option to be accessed by the tools

FAQ

pandoc build error returned a non-zero code: 137

In Mac, to tackle with it, you might want to try changing memory allocation in Docker > Preference > Memory. Mostly increase will work.

About

Docker swiss army knife for documentation generation

Resources

Stars

Watchers

Forks

Packages

No packages published