Skip to content

Commit

Permalink
removed deprecated section and fix some words
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesang7 committed Nov 7, 2021
1 parent e1e668e commit 837ba32
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/ko/docs/tutorial/static-files.md
Expand Up @@ -2,20 +2,6 @@

'StaticFiles'를 사용하여 디렉토리에서 정적 파일을 자동으로 제공할 수 있습니다.

## `aiofiles` 설치

먼저 `aiofiles` 를 설치해야 합니다:

<div class="termy">

```console
$ pip install aiofiles

---> 100%
```

</div>

## `StaticFiles` 사용

* `StaticFiles` 임포트합니다.
Expand All @@ -32,7 +18,7 @@ $ pip install aiofiles

### "마운팅" 이란

"마운팅"은 특정 경로에 완전한 "독립적인" 애플리케이션을 추가하는 것을 말하는데, 그 후에는 모든 하위 경로에 대해서도 적용됩니다.
"마운팅"은 특정 경로에 완전히 "독립적인" 애플리케이션을 추가하는 것을 의미하는데, 그 모든 하위 경로에 대해서도 적용됩니다.

마운트된 애플리케이션은 완전히 독립적이기 때문에 `APIRouter`를 사용하는 것과는 다릅니다. OpenAPI 및 응용 프로그램의 문서는 마운트된 응용 프로그램 등에서 어떤 것도 포함하지 않습니다.

Expand Down

0 comments on commit 837ba32

Please sign in to comment.