Skip to content

Commit 72a07f0

Browse files
authored
Merge pull request #6698 from SDev6699/feat/add-academy-repos
Add Academy repos to Frontend Projects table (Fixes #6698)
2 parents 8052090 + 90c3ae9 commit 72a07f0

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

src/sections/Community/Handbook/repo-data.js

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,54 @@ export const repo_data = [
169169
link: ["https://layer5.io/community/members/zihan-kuang"],
170170
repository: "https://github.com/layer5io/docs",
171171
},
172+
{
173+
project: "Academy Theme",
174+
image: five,
175+
site: "https://github.com/layer5io/academy-theme",
176+
language: "Hugo",
177+
maintainers_name: ["Zihan Kuang", "Aabid Sofi"],
178+
link: [
179+
"https://layer5.io/community/members/zihan-kuang",
180+
"https://layer5.io/community/members/aabid-sofi"
181+
],
182+
repository: "https://github.com/layer5io/academy-theme",
183+
},
184+
{
185+
project: "Academy Build",
186+
image: five,
187+
site: "https://github.com/layer5io/academy-build",
188+
language: "Hugo build / GitHub Action",
189+
maintainers_name: ["Aabid Sofi"],
190+
link: ["https://layer5.io/community/members/aabid-sofi"],
191+
repository: "https://github.com/layer5io/academy-build",
192+
},
193+
{
194+
project: "Academy Example",
195+
image: five,
196+
site: "https://github.com/layer5io/academy-example",
197+
language: "Hugo",
198+
maintainers_name: ["Zihan Kuang"],
199+
link: ["https://layer5.io/community/members/zihan-kuang"],
200+
repository: "https://github.com/layer5io/academy-example",
201+
},
202+
{
203+
project: "Exoscale Academy",
204+
image: five,
205+
site: "https://github.com/layer5io/exoscale-academy",
206+
language: "Hugo",
207+
maintainers_name: ["Vacant"],
208+
link: ["#"],
209+
repository: "https://github.com/layer5io/exoscale-academy",
210+
},
211+
{
212+
project: "Layer5 Academy",
213+
image: five,
214+
site: "https://github.com/layer5io/layer5-academy",
215+
language: "Hugo",
216+
maintainers_name: ["Vacant"],
217+
link: ["#"],
218+
repository: "https://github.com/layer5io/layer5-academy",
219+
},
172220
],
173221
},
174222

0 commit comments

Comments
 (0)