From 5cf3b8cf6d28f653b4e00a90719016a1b153cf07 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci-lite[bot]"
<117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Date: Tue, 7 Jul 2026 08:57:40 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/ko/docs/contributing.md | 7 -------
docs/ko/docs/external-links.md | 30 ------------------------------
2 files changed, 37 deletions(-)
delete mode 100644 docs/ko/docs/contributing.md
delete mode 100644 docs/ko/docs/external-links.md
diff --git a/docs/ko/docs/contributing.md b/docs/ko/docs/contributing.md
deleted file mode 100644
index 9b3186f89..000000000
--- a/docs/ko/docs/contributing.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# 기여하기
-
-우선 [FastAPI 돕기 및 도움받기](help-fastapi.md)의 기본적인 방법들을 살펴보고 싶으실 수 있습니다.
-
-## 개발하기
-
-프로젝트에 코드로 기여하려면, [tiangolo.com - 기여하기(Contributing)](https://tiangolo.com/open-source/contributing/)의 가이드라인을 따라주세요.
diff --git a/docs/ko/docs/external-links.md b/docs/ko/docs/external-links.md
deleted file mode 100644
index 0f15aaa24..000000000
--- a/docs/ko/docs/external-links.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-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 %}
-
-★ {{repo.stars}} - {{repo.name}} by @{{repo.owner_login}}.
-
-{% endfor %}