chore: remove broken docs

In theory we could generate them with Bazel 8, however this repo is deprecated and there is almost nothing to generate docs for.
Unblocks releasing the repo, since the release step attempts to run all tests and the docs tests are broken since
https://github.com/bazelbuild/rules_proto/commit/c42a088bbbf3097095f38c60c47c51f828d60e6a
7 files changed
tree: 8a0f59a2cc6a5a44e33ad0e1b413bba039168277
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. proto/
  5. tests/
  6. tools/
  7. .bazelrc
  8. .gitattributes
  9. .gitignore
  10. .pre-commit-config.yaml
  11. AUTHORS
  12. BUILD
  13. CODEOWNERS
  14. CONTRIBUTING.md
  15. dev_deps.bzl
  16. LICENSE
  17. MODULE.bazel
  18. MODULE.bazel.lock
  19. README.md
  20. WORKSPACE
  21. WORKSPACE.bzlmod
README.md

Protobuf Rules for Bazel

  • Postsubmit Build status

This repository is deprecated.

The proto library implementation proto_library and rules for other languages like Java, Python, C++ are in protobuf repository.

Roadmap

As of May 2024, we decided to move the implementation of the rules together with proto compiler into protobuf repository.

As such this repository is deprecated and serves only as a helper in the migration.