tree: f97ebc6506e542b46ab5c767143135b0c9b7eded
  1. testdata/
  2. BUILD
  3. clr_converter.py
  4. clr_converter_test.py
  5. create_release_docs.py
  6. docs2mdx.py
  7. docs2mdx_test.py
  8. get_workspace_status.sh
  9. README.md
  10. rewriter.py
  11. 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