-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default docs version to 0.25.0 instead of master
Now, when a user visits https://docs.bazel.build, they will get redirected to https://docs.bazel.build/versions/0.25.0/bazel-overview.html. Staging: https://bazel-docs-staging.netlify.com Closes #8325. Change-Id: I08dfa978ad543ede9cc2f04b8f66a5c0cb4e6b79 PiperOrigin-RevId: 248318528
- Loading branch information
1 parent
33f7b77
commit 8b4c740
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
--- | ||
layout: redirect | ||
redirect: bazel-overview.html | ||
--- | ||
|
||
<html> | ||
<head> | ||
<script> | ||
window.location.replace("/versions/{{ site.version }}/bazel-overview.html"); | ||
</script> | ||
</head> | ||
</html> |