Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Armeria Youtube videos #4416

Merged
merged 2 commits into from
Sep 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions site/src/pages/community/articles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,27 @@ Send a pull request by editing [this page](https://github.com/line/armeria/edit/
### Slides and videos

<Article
title="Armeria: 어디서나 잘 어울리는 마이크로서비스 프레임워크"
url="https://tv.naver.com/v/11267414"
title="Armeria를 소개합니다"
url="https://youtu.be/jlKb61lHOOw"
author="이희승"
date="20191026"
type="video"
date="20220415"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put the latest articles at the top of this section. 😉
Could you reorder the articles?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, sure.
(Only videos in Korean were ordered differently 😆)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reorder

type={['video', 'slides']}
/>

<Article
title="인증 마이크로서비스 Armeria로 개발하기"
url="https://youtu.be/k1xh2rC_MbI"
author="김도한"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to @AmosDoan ❤️

date="20220415"
type={['video', 'slides']}
/>

<Article
title="라인 개발자들이 Spring 대신 Armeria 쓴 이유는?"
url="https://youtu.be/aoQO_bkYW94"
author="김기환, 임경수"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to @ghkim3221 and @ks-yim ❤️

date="20220415"
type={['video', 'slides']}
/>

<Article
Expand All @@ -480,6 +496,14 @@ Send a pull request by editing [this page](https://github.com/line/armeria/edit/
type={['video', 'slides']}
/>

<Article
title="Armeria: 어디서나 잘 어울리는 마이크로서비스 프레임워크"
url="https://tv.naver.com/v/11267414"
author="이희승"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikhoon I think you forgot to thank @trustin.

date="20191026"
type="video"
/>

### Articles

<Article
Expand Down