Skip to content

Commit 12d1dde

Browse files
Merge pull request #857 from andrea-kyurchiev/feat/adds-videos-link
feat: adds links to youtube channel
2 parents a167e65 + 1c2b0f1 commit 12d1dde

9 files changed

Lines changed: 36 additions & 0 deletions

File tree

config/_default/menus.de.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: de/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Ereignisse
2327
URL: de/events/community-calls
2428
weight: 2

config/_default/menus.en.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
2327
URL: events/community-calls
2428
weight: 2

config/_default/menus.es.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: es/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
2327
URL: es/events/community-calls
2428
weight: 2

config/_default/menus.fr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: fr/learn/research
2121
weight: 5
22+
- name: Vidéos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Évènements
2327
URL: fr/events/community-calls
2428
weight: 2

config/_default/menus.it.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: it/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
2327
URL: it/events/community-calls
2428
weight: 2

config/_default/menus.ja.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: ja/learn/research
2121
weight: 5
22+
- name: ビデオ
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: イベント
2327
URL: ja/events/community-calls
2428
weight: 2

config/_default/menus.pt-br.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: pt-br/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Eventos
2327
URL: pt-br/events/community-calls
2428
weight: 2

config/_default/menus.ru.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: ru/learn/research
2121
weight: 5
22+
- name: Видео
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: События
2327
URL: ru/events/community-calls
2428
weight: 2

config/_default/menus.zh.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ main:
1919
parent: learn
2020
URL: zh/learn/research
2121
weight: 5
22+
- name: Videos
23+
parent: learn
24+
URL: https://www.youtube.com/@InnerSourceCommons
25+
weight: 6
2226
- name: Events
2327
URL: zh/events/community-calls
2428
weight: 2

0 commit comments

Comments
 (0)