Browse Source

docs: translate contributing.md and external-links.md to Korean

pull/15949/head
이지헌 2 weeks ago
parent
commit
747a7b5614
  1. 7
      docs/ko/docs/contributing.md
  2. 30
      docs/ko/docs/external-links.md

7
docs/ko/docs/contributing.md

@ -0,0 +1,7 @@
# 기여하기
우선 [FastAPI 돕기 및 도움받기](help-fastapi.md)의 기본적인 방법들을 살펴보고 싶으실 수 있습니다.
## 개발하기
프로젝트에 코드로 기여하려면, [tiangolo.com - 기여하기(Contributing)](https://tiangolo.com/open-source/contributing/)의 가이드라인을 따라주세요.

30
docs/ko/docs/external-links.md

@ -0,0 +1,30 @@
---
include_yaml:
topic_repos: data/topic_repos.yml
---
# 외부 링크
**FastAPI**는 끊임없이 성장하는 훌륭한 커뮤니티를 가지고 있습니다.
**FastAPI**와 관련된 수많은 게시물, 기사, 도구 및 프로젝트들이 있습니다.
검색 엔진이나 동영상 플랫폼을 사용하여 FastAPI와 관련된 많은 리소스들을 쉽게 찾으실 수 있을 것입니다.
/// note | 참고
이전에는 이 페이지에 외부 기사들에 대한 링크들을 나열했었습니다.
하지만 이제 FastAPI가 모든 언어를 통틀어 GitHub에서 가장 많은 별을 받은 백엔드 프레임워크이자, 파이썬에서 가장 많은 별을 받고 널리 쓰이는 프레임워크가 되면서, FastAPI에 대해 쓰인 모든 기사들을 나열하는 것은 더 이상 의미가 없어졌습니다.
///
## GitHub 레포지토리
가장 많은 별을 받은 [`fastapi` 토픽의 GitHub 레포지토리들](https://github.com/topics/fastapi):
{% for repo in topic_repos %}
<a href={{repo.html_url}} target="_blank">★ {{repo.stars}} - {{repo.name}}</a> by <a href={{repo.owner_html_url}} target="_blank">@{{repo.owner_login}}</a>.
{% endfor %}
Loading…
Cancel
Save