Commit 446fe81
Bazel Docs: Add missing generated files to 9.0 release docs.
6e1e226 built the initial 9.0 docs, but missed all generated docs under rules/lib/repo because the html2mdx tool ignored all .md files.
Since then we've upgraded html2mdx to docs2mdx, so I could cherry-pick those additional commits to recreated the 9.0 docs:
<details>
<summary>Commands</summary>
```
git checkout release-9.0.0
# remove file that should be generated, but was checked in by mistake:
rm docs/reference/command-line-reference.mdx
# revert 9.1.0 change:
git revert 87aad18
git cherry-pick bc436e3 \
a4e5d84 \
8ca49ef \
4c6b39b \
8f80aea \
1c114e3 \
e602c70
bazel build \
--config=docs \
//scripts/docs:gen_mdx_release_docs
```
</details>
PiperOrigin-RevId: 8958765911 parent 7bf699b commit 446fe81
6 files changed
Lines changed: 2862 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments