blob: 0b3a6208b2a7b3d2f5d8fbcb73adae4727d22e52 [file] [view]
# Generating docs
Run `bazel run //cmd/docgen /tmp | less`
Note that piping the command to less is required, so that it's not interactive.
Otherwise we'll turn on coloring and put ANSI escape codes in our markdown.
The github.com/aspect-dev/docs repo will do the work of publishing the outputs
of this docgen step.