Skip to content

Java version of the doc_builder

Latest
Compare
Choose a tag to compare
@senior-sigan senior-sigan released this 11 Sep 06:23
· 2 commits to master since this release
Usage: java -jar doc_builder.jar [options]
  Options:
    --destination, -d
      Path to the destination location
      Default: doc_build
    --git
      Use git and generate as many API versions as many git refs exists
      Default: false
    --pattern
      File name extractor pattern. Read how java Matcher and Pattern works
      Default: .*/(.*?)/README\.md
    --server
      Run server to host static or not
      Default: false
    --source, -s
      Path to the Features location
      Default: Features
    --help, --usage, -h
      Display the help
      Default: false