Skip to content

Commit ec18d79

Browse files
Add link to "Become an Ambassador" page (#1879)
1 parent 5772f48 commit ec18d79

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

linkerd.io/config/_default/menu.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ main:
1717
pageRef: /community/ambassadors/
1818
weight: 3
1919
parent: Community
20+
- name: Become an Ambassador
21+
pageRef: /community/ambassadors-apply/
22+
weight: 4
23+
parent: Community
2024
- name: Buoyant's Linkerd Forum
2125
url: https://linkerd.buoyant.io
22-
weight: 4
26+
weight: 5
2327
parent: Community
2428
- name: Blog
2529
pageRef: /blog/

linkerd.io/config/_default/params.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ description: |-
1111
social:
1212
twitter: Linkerd
1313

14-
# Latest majar version of Linkerd
14+
# Latest major version of Linkerd
1515
latestMajorVersion: "2.16"

linkerd.io/content/community/ambassadors/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: |-
66
engagement, and a commitment to sharing their Linkerd experience with the
77
broader community. Linkerd Ambassadors are hand-picked by the Linkerd
88
maintainers.
9+
10+
Interested in becoming a Linkerd Ambassador? **[Learn more](../ambassadors-apply/)**
911
layout: ambassadors
1012
params:
1113
ambassadors:

linkerd.io/data/announcement.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
content: "**Oct 23, 2024** New blog post: Towards a Sustainable Service Mesh."
1+
content: "Free Service Mesh 101 Course (+ Certification)"
22
link:
3-
text: "Read the post"
4-
href: "/2024/10/23/making-linkerd-sustainable/"
3+
text: "Enroll"
4+
href: "https://buoyant.io/courses/service-mesh-101/"

linkerd.io/layouts/partials/main-announcement.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ . | markdownify }}
55
{{ end }}
66
{{ with .link }}
7-
<a href="{{ .href }}" class="main-announcement__link">
7+
<a href="{{ .href }}" class="main-announcement__link"{{ if hasPrefix .href "http" }} target="_blank" rel="noopener"{{ end }}>
88
{{ .text }}
99
</a>
1010
{{ end }}

0 commit comments

Comments
 (0)