-
Notifications
You must be signed in to change notification settings - Fork 184
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
docs: community page translated into Korean #757
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
i18n/kr/docusaurus-plugin-content-docs/community/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
hide_table_of_contents: true | ||
--- | ||
|
||
# 💫 커뮤니티 | ||
|
||
<p class="summary"> | ||
커뮤니티 리소스, 추가 자료 | ||
</p> | ||
|
||
## Main | ||
|
||
import NavCard from "@site/src/shared/ui/nav-card/tmpl.mdx" | ||
import { StarOutlined, SearchOutlined, TeamOutlined, VerifiedOutlined } from "@ant-design/icons"; | ||
|
||
<NavCard | ||
title="커뮤니티 리소스와 추가 자료" | ||
description="훌륭한 FSD 관련 비디오, 기사, 패키지를 모아둔 큐레이션 목록" | ||
to="https://github.com/feature-sliced/awesome" | ||
Icon={StarOutlined} | ||
/> | ||
<NavCard | ||
title="팀 소개" | ||
description="코어 팀, 챔피언, 기여자, 협력 기업 정보" | ||
to="/community/team" | ||
Icon={TeamOutlined} | ||
/> | ||
<NavCard | ||
title="브랜드북" | ||
description="FSD 브랜드 사용을 위한 권장 사항" | ||
to="/docs/branding" | ||
Icon={VerifiedOutlined} | ||
/> | ||
<NavCard | ||
title="기여하기" | ||
description="기여 방법, 워크플로우, 지원 안내는 준비 중" | ||
to="#" | ||
Icon={SearchOutlined} | ||
disabled | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
sidebar_class_name: sidebar-item--wip | ||
sidebar_position: 2 | ||
--- | ||
|
||
import WIP from '@site/src/shared/ui/wip/tmpl.mdx' | ||
|
||
# 팀 소개 | ||
|
||
<WIP ticket="192" /> | ||
|
||
## 코어 팀 | ||
|
||
### 챔피언 | ||
|
||
## 기여자 | ||
|
||
## 협력 기업 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome이라는 레포지토리가 있는데 https://github.com/sindresorhus/awesome#readme
여기의 시리즈중 하나로 Awesome FSD가 있다는 것을 소개하고 있는 것으로 보입니다.
Awesome을 고유 대명사로 보고 'Awesome 자료' 또는 'Awesome 리소스'로 변경하는 것은 어떨지요?
아래 description에 대해서는 이견 없습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 거 같아요.. 감사합니다!