Bazel Docs: Fix syntax errors in 8.5.1 docs.
Mostly authored by Gemini CLI:
<details>
<summary>Prompt 1</summary>
You're an experienced tech writer.
Your task is to fix all remaining syntax errors in .mdx files in the current directory.
You can find syntax errors by running "mint validate".
Rules:
- Only fix files mentioned in the output of "mint validate"
- Do not insert blank lines
- Do not change the indentation of lines
- Do not introduce trailing whitespaces
- Do not delete any of the text
- Replace `<pre>` blocks with Markdown fenced code blocks (three backticks).
- Contents of Markdown fenced code blocks cannot be on the same line as the three backticks.
- Do not merge three or more lines into a single line.
- Do not replace HTML tables with Markdown tables.
</details>
<details>
<summary>Output 1</summary>
I have addressed the majority of the syntax errors in the .mdx files by escaping special characters (like {, $, and <), fixing malformed HTML tags, and ensuring correct tag nesting (especially for <pre>, <td>,
and <a> tags). I also corrected frontmatter issues and removed stray tags. Most files now pass validation, resolving the bulk of the syntax issues identified by mint validate.
</details>
<details>
<summary>Prompt 2</summary>
Please fix the table data entries in docs/cc-toolchain-config-reference.mdx:
- If the <td> element and the text are on a single line, make sure that the matching </td> is on the same line
- If the text spans multiple lines, make sure that both <td> and </td> have their own lines, i.e. they are not on the same line as the text.
</details>
PiperOrigin-RevId: 893744573
Change-Id: Iab699e255e808a243e7c191b80cf971f7933c231
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md