[roll] Roll fuchsia [bazel][docs] add tool to extract bazel docs

We cannot use stardoc directly because it uses rules_java which our
build does not support. Instead, we use the new rule that is introduced
in bazel 7.0 which extracts docs into a protobuf. This is what stardoc
is doing under the hood.

This CL has a stubbed out tool which will parse the protobuf and render
markdown to be consumed by our docs site. The implementation of the tool
will come in a later CL.

To extract the testdata proto run the following command:
`fx bazel build
//tools/bazel-docgen/testdata:extract_foo_docs.textproto`

BUG: b/306761829
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004838
Original-Revision: e62ada7e70a31a7d432efc1e4f2b943d53e41f5b
GitOrigin-RevId: 78837fa6c9287f641e8a46053535f5622bcd8355
Change-Id: I23e9e0cca0c622c63a6a23960a4bbb0c54aca723
1 file changed
tree: 4d3c6d7e957979bf5fa2f5880b4c91e8bd127be8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.