Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 20 additions & 2 deletions .vitepress/ko.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,26 @@ function sidebar(): DefaultTheme.Sidebar {
link: "/code/"
},
{
text: "기여하기",
link: "/code/contributing"
text: "커뮤니티",
items: [
{
text: "소개",
link: "/code/community"
},
{
text: "⭐ 좋은 논의 모아보기",
link: "https://github.com/toss/frontend-fundamentals/discussions?discussions_q=is%3Aopen+label%3A%22성지+⛲%22"
},
{
text: "A vs B",
link: "https://github.com/toss/frontend-fundamentals/discussions/categories/a-vs-b?discussions_q=is%3Aopen+category%3A%22A+vs+B%22+sort%3Adate_created"
},
{
text: "자유로운 이야기",
link: "https://github.com/toss/frontend-fundamentals/discussions/categories/open-forum?discussions_q=is%3Aopen+sort%3Adate_created+category%3A%22Open+Forum%22"
}
],
collapsed: true
}
]
},
Expand Down
10 changes: 8 additions & 2 deletions code/contributing.md → code/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
comments: false
---

# 기여하기
# 커뮤니티

`Frontend Fundamentals`(FF)는 커뮤니티와 함께 좋은 코드의 기준을 만들어 가고 있어요.

지금은 토스 프론트엔드 챕터가 운영하고 있어요.

## 좋은 논의 모아보기

커뮤니티에서 있었던 좋은 논의를 살펴보세요. Frontend Fundamentals 문서에 나오는 내용을 넘어, 좋은 코드에 대한 생각을 넓힐 수 있어요.

- [좋은 논의 모아보기](https://github.com/toss/frontend-fundamentals/discussions?discussions_q=is%3Aopen+label%3A%22성지+⛲%22)

## 고민되는 코드에 대해 논의하기

고민되는 코드가 있다면 깃허브 디스커션에 글을 올려 보세요.
내 코드에 대해서 커뮤니티에서 다각도로 리뷰를 받을 수 있고, 좋은 코드의 기준에 대해 커뮤니티와 함께 고민할 수 있어요.
많은 공감을 받은 사례는 직접 Frontend Fundamentals문서에 올릴 수 있어요. 기여 방법은 추후 공개될 예정이에요.
많은 공감을 받은 사례는 직접 Frontend Fundamentals 문서에 올릴 수 있어요. 기여 방법은 추후 공개될 예정이에요.

- [깃허브 디스커션에 글 올리기](https://github.com/toss/frontend-fundamentals/discussions)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
link: /en/code/
- theme: alt
text: Communicate
link: https://github.com/toss/frontend-fundamentals/discussions
link: /en/code/community

features:
- icon: 🤓
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
link: /code/
- theme: alt
text: 소통하기
link: https://github.com/toss/frontend-fundamentals/discussions
link: /code/community

features:
- icon: 🤓
Expand Down