📝 Update includes in `docs/en/docs/tutorial/static-files.md` (#12575)

This commit is contained in:
Nomad Monad 2024-10-27 15:45:40 +00:00 committed by GitHub
parent dfdecfd9c9
commit b24b4fd6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ You can serve static files automatically from a directory using `StaticFiles`.
* Import `StaticFiles`.
* "Mount" a `StaticFiles()` instance in a specific path.
```Python hl_lines="2 6"
{!../../docs_src/static_files/tutorial001.py!}
```
{* ../../docs_src/static_files/tutorial001.py hl[2,6] *}
/// note | "Technical Details"