Skip to content

Commit acfecad

Browse files
Googlercopybara-github
authored andcommitted
Bazel Docs: Publish release docs for Bazel 8.6.0
PiperOrigin-RevId: 875883658 Change-Id: Iffebfa08b46f96dc341205b8a4fcc41ca410888f
1 parent ca7d260 commit acfecad

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

site/en/_buttons.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
9.0</a>
5151
{% dynamic endif %}
5252
·
53+
{% dynamic if setvar.version == "8.6.0" %}
54+
<strong>8.6</strong>
55+
{% dynamic else %}
56+
<a href="/versions/8.6.0{% dynamic print setvar.original_path %}">8.6</a>
57+
{% dynamic endif %}
58+
·
5359
{% dynamic if setvar.version == "8.5.0" %}
5460
<strong>8.5</strong>
5561
{% dynamic else %}

site/en/versions/_toc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
toc:
2-
- label: '9.0'
3-
path: /versions/9.0.0
2+
- label: '8.6'
3+
path: /versions/8.6.0
44
- label: '8.5'
55
path: /versions/8.5.0
66
- label: '8.4'
@@ -14,4 +14,4 @@ toc:
1414
- label: '6.6'
1515
path: /versions/6.6.0
1616
- label: "5.4.1"
17-
path: https://docs.bazel.build/versions/5.4.1/bazel-overview.html
17+
path: https://docs.bazel.build/versions/5.4.1/bazel-overview.html

0 commit comments

Comments
 (0)