[roll] Roll infra/recipes [firebase_docs] Update base URL in clang-doc generated documentation

Links generated by clang-doc are all relative to the site URL, and
we need to pass the --base directory to set the links correctly.

Before this patch links from the index.html would be

https://docs.fuchsia.dev/path/to/file.html

But the correct path would be rooted from docs.fuchsia.dev/cpp

https://docs.fuchsia.dev/cpp/path/to/file.html

This patch updates the doc generation command to generate working links.

Original-Bug: 388895444
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1250592
Original-Revision: a0fa28dced5a4b8be890ae0a1cb789194b9bb94f
GitOrigin-RevId: be48d4b6dae21555905b18a138e64574e8729303
Change-Id: I172a4602517085e8e5e43afbd30a4f977eeb5501
1 file changed
tree: 04ed59e1951ab1e8c14874df3ed45d180280ad0a
  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 in one of the communication channels documented at get involved.

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.