De-densify Bazel vision page

Old site: https://docs.bazel.build/versions/2.1.0/bazel-vision.html

New (with new styling):

<img width="1035" alt="Screen Shot 2020-02-18 at 10 39 32 PM" src="https://user-images.githubusercontent.com/5130366/74799999-23f93100-52a0-11ea-93b8-cde5ce4e9c61.png">
<img width="1021" alt="Screen Shot 2020-02-18 at 10 39 48 PM" src="https://user-images.githubusercontent.com/5130366/74800006-26f42180-52a0-11ea-8517-987254ff1365.png">
<img width="1066" alt="Screen Shot 2020-02-18 at 10 39 55 PM" src="https://user-images.githubusercontent.com/5130366/74800007-29ef1200-52a0-11ea-8c8b-94e022998c9a.png">

Serves #10794.

Closes #10819.

PiperOrigin-RevId: 296056821
1 file changed
tree: 1e34732568959e114f51e1b3157dda7654a01001
  1. .bazelci/
  2. examples/
  3. scripts/
  4. site/
  5. src/
  6. third_party/
  7. tools/
  8. .bazelrc
  9. .gitattributes
  10. .gitignore
  11. AUTHORS
  12. BUILD
  13. CHANGELOG.md
  14. CODEOWNERS
  15. combine_distfiles.py
  16. combine_distfiles_to_tar.sh
  17. compile.sh
  18. CONTRIBUTING.md
  19. CONTRIBUTORS
  20. distdir.bzl
  21. ISSUE_TEMPLATE.md
  22. LICENSE
  23. README.md
  24. WORKSPACE
README.md

Bazel

{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.

Getting Started

Documentation

Contributing to Bazel

See CONTRIBUTING.md

Build status