Generate API documentation
- Adds Gazelle generation of
bzl_library
targets - Manually add the
stardoc
HTML generation targets - Add those targets to the
docs:srcs
file group - A custom Python script will generate the
public
directory - The CI publishes the generated HTML pages on default branch (
main
)
The output is awful. It is barebones enough to get us started and interate on the public documentation.
Edited by Matthew Clarkson