-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: 3.1.0-incubating
-
Component/s: documentation
-
Labels:None
I love process.docs --dryRun. However, sometimes I want to have some of the docs fully processed and other not. The main use case is for when I want to have the-traversal.asciidoc generated in full and implementations.asciidoc not (because, e.g., Giraph examples take too long to run).
I don't know what the syntax would be, but something like this would be cool:
bin/process-docs.sh --dryRun[implementations.asciidoc,xxx.asciidoc]
where
bin/process-docs.sh --dryRun[*]
is currently what --dryRun is.