docs: split docs into more user-friendly docs.

* Create an index as a top-level entry point
* guides.md: high level information about how to get started
* api.md: index of API reference docs.
* Guides for using truth and analysis_test.

PiperOrigin-RevId: 518587671
6 files changed
tree: 1a7195f7d3649f87d9d27143a806bf5b52e2c975
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docgen/
  5. docs/
  6. e2e/
  7. lib/
  8. tests/
  9. .bazelignore
  10. .bazelrc
  11. addlicense.sh
  12. AUTHORS
  13. BUILD
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. LICENSE
  17. MODULE.bazel
  18. README.md
  19. RELEASING.md
  20. WORKSPACE.bazel
  21. WORKSPACE.bzlmod
README.md

Buildstatus

Framworks and utilities for testing Bazel Starlark rules

rules_testing provides frameworks and utilities to make testing Starlark rules easier and convenient.

For detailed docs, see the docs directory.