File tree 5 files changed +12
-6
lines changed
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 17
17
pageRef : /community/ambassadors/
18
18
weight : 3
19
19
parent : Community
20
+ - name : Become an Ambassador
21
+ pageRef : /community/ambassadors-apply/
22
+ weight : 4
23
+ parent : Community
20
24
- name : Buoyant's Linkerd Forum
21
25
url : https://linkerd.buoyant.io
22
- weight : 4
26
+ weight : 5
23
27
parent : Community
24
28
- name : Blog
25
29
pageRef : /blog/
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ description: |-
11
11
social :
12
12
twitter : Linkerd
13
13
14
- # Latest majar version of Linkerd
14
+ # Latest major version of Linkerd
15
15
latestMajorVersion : " 2.16"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ description: |-
6
6
engagement, and a commitment to sharing their Linkerd experience with the
7
7
broader community. Linkerd Ambassadors are hand-picked by the Linkerd
8
8
maintainers.
9
+
10
+ Interested in becoming a Linkerd Ambassador? **[Learn more](../ambassadors-apply/)**
9
11
layout : ambassadors
10
12
params :
11
13
ambassadors :
Original file line number Diff line number Diff line change 1
- content : " **Oct 23, 2024** New blog post: Towards a Sustainable Service Mesh. "
1
+ content : " Free Service Mesh 101 Course (+ Certification) "
2
2
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 /"
Original file line number Diff line number Diff line change 4
4
{{ . | markdownify }}
5
5
{{ end }}
6
6
{{ 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 }} >
8
8
{{ .text }}
9
9
</ a >
10
10
{{ end }}
You can’t perform that action at this time.
0 commit comments