Browse Source

📝 Update includes for `docs/en/docs/how-to/custom-docs-ui-assets.md` (#12623)

pull/12668/head
Rabin Lama Dong 5 months ago
committed by GitHub
parent
commit
86d8e729c8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/docs/how-to/custom-docs-ui-assets.md

4
docs/en/docs/how-to/custom-docs-ui-assets.md

@ -118,9 +118,7 @@ After that, your file structure could look like:
* Import `StaticFiles`.
* "Mount" a `StaticFiles()` instance in a specific path.
```Python hl_lines="7 11"
{!../../docs_src/custom_docs_ui/tutorial002.py!}
```
{* ../../docs_src/custom_docs_ui/tutorial002.py hl[7,11] *}
### Test the static files

Loading…
Cancel
Save