Skip to content

Commit eb77d10

Browse files
authored
docs: update edge links to use /docs/edge/ path (#7529)
No versioned archive deploy is available/maintained for this tag. Signed-off-by: Charlie Egan <[email protected]>
1 parent f07d604 commit eb77d10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/website/layouts/partials/docs/dashboard-panel.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<div class="dropdown-menu">
5656
<div class="dropdown-content has-text-left">
5757
{{ range $releases }}
58-
{{ if ne . "latest" }}
58+
{{ if and (ne . "latest") (ne . "edge") }}
5959
{{ $isLatest := eq . (index site.Data.releases 1) }}
6060
{{ $verRef := . }}
6161
{{ if $isLatest }}
@@ -73,6 +73,10 @@
7373
</a>
7474
{{ end }}
7575
{{ end }}
76+
<!-- edge is handled specially since we do not have a archive site for it-->
77+
<a href="https://www.openpolicyagent.org/docs/edge/" class="dropdown-item">
78+
edge
79+
</a>
7680
</div>
7781
</div>
7882
</div>

0 commit comments

Comments
 (0)