Removed the statement of "What does Bazel support?" as it's limiting/misleading. Added supported host OSes to "multi-platform" paragraph. RELNOTES: Removed the statement of "What does Bazel support?" as it's limiting/misleading. Added supported host OSes to "multi-platform" paragraph. PiperOrigin-RevId: 190793121
diff --git a/site/docs/bazel-overview.md b/site/docs/bazel-overview.md index 6755f85..a6f74d9 100644 --- a/site/docs/bazel-overview.md +++ b/site/docs/bazel-overview.md
@@ -28,9 +28,9 @@ speed up your builds, you can set up your project to build in a highly parallel and incremental fashion. -* **Bazel is multi-platform.** Bazel can build binaries and deployable - packages for multiple platforms, including desktop, server, and mobile, - from the same project. +* **Bazel is multi-platform.** Bazel runs on Linux, macOS, and Windows. Bazel + can build binaries and deployable packages for multiple platforms, including + desktop, server, and mobile, from the same project. * **Bazel scales.** Bazel maintains agility while handling builds with 100k+ source files. It works with multiple repositories and user bases in the tens @@ -40,17 +40,6 @@ choice. -# What does Bazel support? - -Bazel supports the following: - -* **Programming languages**: Java, C++, Objective-C, Python, JavaScript, Go - -* **Operating systems**: Linux, macOS, Windows - -* **Target platforms**: Linux, macOS, Windows, Android, iOS, Google App Engine - - # How do I use Bazel? To build or test a project with Bazel, you typically do the following: