Update versioned docs to include 3.5.0.
For https://github.com/bazelbuild/bazel/issues/11885
PiperOrigin-RevId: 329838051
diff --git a/scripts/docs/doc_versions.bzl b/scripts/docs/doc_versions.bzl
index 6e893dc..53e2a29 100644
--- a/scripts/docs/doc_versions.bzl
+++ b/scripts/docs/doc_versions.bzl
@@ -23,6 +23,10 @@
DOC_VERSIONS = [
{
+ "version": "3.5.0",
+ "sha256": "aa96cbad14cfab0b422d1d17eac3107a75eb05854d40ab4f1379a6fc87b2e1f8",
+ },
+ {
"version": "3.4.0",
"sha256": "af82e775d911135bcff76e500bb003c4a9fccb949f8ddf4d93c58eca195bf5e8",
},
diff --git a/site/_config.yml b/site/_config.yml
index 0a13ea6..cd6336a 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -16,11 +16,12 @@
url: "https://docs.bazel.build" # used by jekyll-sitemap
# Update this to the newest release for the default docs.bazel.build version.
-version: "3.4.0"
+version: "3.5.0"
# This must be kept in sync with //scripts/docs:doc_versions.bzl
doc_versions:
- master
+ - 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0