tree: 730e3b9c2d3af908a23ed450eb0119f8e72868af
  1. testdata/
  2. BUILD
  3. clr_converter.py
  4. clr_converter_test.py
  5. create_release_docs.py
  6. docs2mdx.py
  7. get_workspace_status.sh
  8. README.md
  9. rewriter.py
  10. rewriter_test.py
scripts/docs/README.md

Bazel Release Documentation

This directory contains scripts to build the versioned documentation for a new Bazel release.

Build release documentation

You can build the release documentation by running this command from within a release branch:

bazel build //scripts/docs:gen_release_docs --config=docs

This is only necessary for testing, though. There is a separate pipeline that handles this task for actual Bazel releases.

Test scripts

You can test some of the scripts by running the following command:

bazel test --test_output=streamed //scripts/docs:rewriter_test