Skip to content

Commit

Permalink
Update docs config files for 5.1 release
Browse files Browse the repository at this point in the history
Closes bazelbuild#15114.

PiperOrigin-RevId: 437014913
  • Loading branch information
fweikert authored and copybara-github committed Mar 24, 2022
1 parent 1683371 commit 5b8b834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/docs/doc_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"""This module contains the versions and hashes of Bazel's documentation tarballs."""

DOC_VERSIONS = [
{
"version": "5.1.0",
"sha256": "4bc66add6ce214cee731a9ac121fe9a0c26b3144ac18ecd82e35488cb9b84392",
},
{
"version": "5.0.0",
"sha256": "8987121070113ebad742d975345263d3cfa46c16a287797d78543935e852d39c",
Expand Down
3 changes: 2 additions & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ gems:
url: "https://docs.bazel.build" # used by jekyll-sitemap

# Update this to the newest release for the default docs.bazel.build version.
version: "5.0.0"
version: "5.1.0"

# This must be kept in sync with //scripts/docs:doc_versions.bzl
doc_versions:
- main
- 5.1.0
- 5.0.0
- 4.2.2
- 4.2.1
Expand Down

0 comments on commit 5b8b834

Please sign in to comment.